Compare commits
2 Commits
feb2296759
...
3f3ba2bbdf
| Author | SHA1 | Date | |
|---|---|---|---|
|
3f3ba2bbdf
|
|||
|
e1f4b351e9
|
@@ -0,0 +1,14 @@
|
||||
name: Security audit
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**/Cargo.toml"
|
||||
- "**/Cargo.lock"
|
||||
jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: rustsec/audit-check@v2.0.0
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2026-03-12"
|
||||
channel = "nightly"
|
||||
profile = "default"
|
||||
components = ["rust-analyzer"]
|
||||
|
||||
Reference in New Issue
Block a user