mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix(ci): add write perms to code CI workflow for security audit step
This commit is contained in:
@@ -110,6 +110,8 @@ jobs:
|
||||
name: Security Audit
|
||||
needs: checks
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
checks: write
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- uses: rustsec/audit-check@858dc40f52ca2b8570b7a997c1c4e35c6fc9a432
|
||||
|
||||
Reference in New Issue
Block a user