Skip to content

Commit 73e5bbf

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/issue-acknowledge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
acknowledge:
99
runs-on: ubuntu-latest
10+
permissions:
11+
issues: read
1012
steps:
1113
# Step 1: Wait 15 minutes
1214
- name: Wait 15 minutes

0 commit comments

Comments
 (0)