Skip to content

Commit 12a61ee

Browse files
authored
Merge pull request #1 from bitfield/bump-deny
bump cargo deny action to v2
2 parents 86c4842 + 45e27f9 commit 12a61ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Security audit
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 0 * * *'
56
push:
@@ -11,4 +12,4 @@ jobs:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
14-
- uses: EmbarkStudios/cargo-deny-action@v1
15+
- uses: EmbarkStudios/cargo-deny-action@v2

0 commit comments

Comments
 (0)