We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1365471 commit 463e3f1Copy full SHA for 463e3f1
.github/workflows/audit.yaml
@@ -2,11 +2,13 @@ name: Security audit
2
on:
3
schedule:
4
- cron: '0 0 * * *'
5
+ workflow_dispatch:
6
jobs:
7
security_audit:
8
runs-on: ubuntu-latest
9
steps:
- - uses: actions/checkout@v4
10
+ - uses: actions/checkout@v5
11
+ - run: cargo generate-lockfile # create Cargo.lock
12
- uses: rustsec/[email protected]
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments