File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Security Audit
2
2
on :
3
3
pull_request :
4
- paths : ' **/Cargo.lock'
4
+ paths :
5
+ - .github/workflows/security-audit.yml
6
+ - ' **/Cargo.lock'
5
7
push :
6
8
branches : master
7
9
paths : ' **/Cargo.lock'
18
20
uses : actions/cache@v4
19
21
with :
20
22
path : ~/.cargo/bin
21
- key : ${{ runner.os }}-cargo-audit-v0.12.0
23
+ key : ${{ runner.os }}-cargo-audit-v0.20
22
24
- uses : actions-rs/audit-check@v1
23
25
with :
24
26
token : ${{ secrets.GITHUB_TOKEN }}
35
37
uses : actions/cache@v4
36
38
with :
37
39
path : ~/.cargo/bin
38
- key : ${{ runner.os }}-cargo-audit-v0.12.0
40
+ key : ${{ runner.os }}-cargo-audit-v0.20
39
41
- uses : actions-rs/audit-check@v1
40
42
with :
41
43
token : ${{ secrets.GITHUB_TOKEN }}
52
54
uses : actions/cache@v4
53
55
with :
54
56
path : ~/.cargo/bin
55
- key : ${{ runner.os }}-cargo-audit-v0.12.0
57
+ key : ${{ runner.os }}-cargo-audit-v0.20
56
58
- uses : actions-rs/audit-check@v1
57
59
with :
58
60
token : ${{ secrets.GITHUB_TOKEN }}
69
71
uses : actions/cache@v4
70
72
with :
71
73
path : ~/.cargo/bin
72
- key : ${{ runner.os }}-cargo-audit-v0.12.0
74
+ key : ${{ runner.os }}-cargo-audit-v0.20
73
75
- uses : actions-rs/audit-check@v1
74
76
with :
75
77
token : ${{ secrets.GITHUB_TOKEN }}
86
88
uses : actions/cache@v4
87
89
with :
88
90
path : ~/.cargo/bin
89
- key : ${{ runner.os }}-cargo-audit-v0.12.0
91
+ key : ${{ runner.os }}-cargo-audit-v0.20
90
92
- uses : actions-rs/audit-check@v1
91
93
with :
92
94
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments