Skip to content

Commit dac0538

Browse files
committed
ci: Fix “audit” workflow
The repository `rustsec/audit-check` is barely maintained and seems to have introduced a regression. Switch to `actions-rust-lang/audit`.
1 parent 9829178 commit dac0538

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/audit.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77
jobs:
88
audit:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
issues: write
1013
steps:
1114
- uses: actions/checkout@v4
12-
- uses: rustsec/[email protected]
13-
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
15+
- uses: actions-rust-lang/audit@v1

0 commit comments

Comments
 (0)