Skip to content

Commit abc922d

Browse files
authored
Merge branch 'master' into akamai-signature
2 parents 47bf9bd + 2189279 commit abc922d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4789
-199
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
toolchain: stable
3333

3434
- name: Cache cargo-geiger
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.cargo/bin/cargo-geiger
3838
key: cargo-geiger-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ cobertura.xml
55
*.log
66
**/Cargo.lock
77
!Cargo.lock
8-
p0f/
9-
TrackMe/
8+
/data

0 commit comments

Comments
 (0)