Compare commits
1
Commits
3b45f85add
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bdc1a1d63
|
@@ -7,6 +7,7 @@ on:
|
|||||||
- "**/Cargo.lock"
|
- "**/Cargo.lock"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
audit:
|
audit:
|
||||||
@@ -22,6 +23,6 @@ jobs:
|
|||||||
- name: Setup rust cache
|
- name: Setup rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: Audit check
|
- name: Audit check
|
||||||
uses: rustsec/audit-check@v2.0.0
|
uses: https://git.huizinga.dev/infra/rust-audit-check@v3.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user