Skip to content

Commit db74fbf

Browse files
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>
1 parent 5ada47d commit db74fbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/piguard-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
pull_request:
1717
branches: [main]
1818

19+
permissions:
20+
contents: read
21+
1922
env:
2023
PIGUARD_MODEL_REVISION: dd78b24e330193a22d2293ac66922dd4f982f563 # keep in sync with docker/piguard/export_onnx.py
2124

0 commit comments

Comments
 (0)