We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3d1c2 commit 41a653aCopy full SHA for 41a653a
.github/workflows/security-audit.yml
@@ -2,14 +2,18 @@ name: Security Audit
2
3
on:
4
pull_request:
5
- paths: Cargo.lock
+ paths:
6
+ - .github/workflows/security-audit.yml
7
+ - Cargo.lock
8
push:
9
branches: master
10
11
12
13
schedule:
14
- cron: "0 0 * * *"
15
-permissions: # added using https://github.com/step-security/secure-repo
16
+permissions: # added using https://github.com/step-security/secure-repo
17
contents: read
18
19
jobs:
@@ -26,7 +30,7 @@ jobs:
26
30
uses: actions/cache@v4
27
31
with:
28
32
path: ~/.cargo/bin
29
- key: ${{ runner.os }}-cargo-audit-v0.12.0
- - uses: actions-rs/audit-check@v1
33
+ key: ${{ runner.os }}-cargo-audit-v0.21.1
34
+ - uses: rustsec/audit-check@v2
35
36
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments