File tree 2 files changed +22
-5
lines changed
2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Security audit
1
+ name : Audit
2
+
2
3
on :
3
4
push :
4
- paths :
5
+ paths :
5
6
- ' **/Cargo.toml'
6
7
- ' **/Cargo.lock'
8
+ pull_request :
9
+ branches :
10
+ - main
7
11
schedule :
8
- - cron : ' 19 20 1 * *'
12
+ - cron : ' 12 13 2 * *'
13
+
9
14
jobs :
10
15
audit :
11
16
runs-on : ubuntu-latest
12
17
steps :
18
+ <<<<<<< Updated upstream
13
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
20
- uses : actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 # v1.2.0
21
+ =======
22
+ - name : Checkout
23
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+
25
+ - name : Install cargo audit
26
+ uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
27
+ >>>>>>> Stashed changes
15
28
with :
16
- token : ${{ secrets.GITHUB_TOKEN }}
29
+ command : install
30
+ args : --force cargo-audit
31
+
32
+ - name : Audit
33
+ run : cargo audit --deny warnings
Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- rust : [1.74.1, stable]
16
+ rust : [stable]
17
17
os : [ubuntu-latest]
18
18
19
19
env :
You can’t perform that action at this time.
0 commit comments