Skip to content

Commit 10f23fe

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 07b19cb commit 10f23fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '**/Cargo.lock'
77
schedule:
88
- cron: '5 4 * * 6'
9+
permissions:
10+
contents: read
911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
1113
cancel-in-progress: true

0 commit comments

Comments
 (0)