Browse Source

Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
CLDC-4501-prevent-audit-blocking-pipeline^2
Nat Dean-Lewis 3 days ago committed by GitHub
parent
commit
6ef4c1ac9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/audit_dependencies.yml

3
.github/workflows/audit_dependencies.yml

@ -11,6 +11,9 @@ on:
merge_group:
workflow_dispatch:
permissions:
contents: read
defaults:
run:
shell: bash

Loading…
Cancel
Save