Skip to content

Commit 69f67f2

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 85eea2d commit 69f67f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/asim-pr-label-notify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [labeled, opened, reopened]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
# ════════════════════════════════════════════════════════════════════════
912
# JOB 1: Triggered when PR is labeled/opened — creates ADO work item

0 commit comments

Comments
 (0)