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 c94dfcd commit 90bc26dCopy full SHA for 90bc26d
.github/workflows/audit.yaml
@@ -2,11 +2,16 @@ 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: rustup update stable
12
+ # - run: rustup default stable
13
+
14
+ - run: cargo generate-lockfile # create Cargo.lock
15
- uses: rustsec/[email protected]
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments