File tree 1 file changed +9
-5
lines changed 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,18 @@ name: Security Audit
2
2
3
3
on :
4
4
pull_request :
5
- paths : Cargo.lock
5
+ paths :
6
+ - .github/workflows/security-audit.yml
7
+ - Cargo.lock
6
8
push :
7
9
branches : master
8
- paths : Cargo.lock
10
+ paths :
11
+ - .github/workflows/security-audit.yml
12
+ - Cargo.lock
9
13
schedule :
10
14
- cron : " 0 0 * * *"
11
15
12
- permissions : # added using https://github.com/step-security/secure-repo
16
+ permissions : # added using https://github.com/step-security/secure-repo
13
17
contents : read
14
18
15
19
jobs :
26
30
uses : actions/cache@v4
27
31
with :
28
32
path : ~/.cargo/bin
29
- key : ${{ runner.os }}-cargo-audit-v0.12.0
30
- - uses : actions-rs /audit-check@v1
33
+ key : ${{ runner.os }}-cargo-audit-v0.21.1
34
+ - uses : rustsec /audit-check@v2
31
35
with :
32
36
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments