fix(ci): add write perms to code CI workflow for security audit step

This commit is contained in:
Suyog Tandel
2026-07-09 22:51:24 +05:30
parent 86dfa606aa
commit e8f379a248
+2
View File
@@ -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