Skip to content

Commit e3baf06

Browse files
Potential fix for code scanning alert no. 14: Workflow does not contain permissions (#50)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 545a091 commit e3baf06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude-pr-metadata-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
pull_request:
1818
types: [opened, synchronize, ready_for_review]
1919

20+
permissions:
21+
contents: read
22+
2023
# Concurrency: Cancel in-flight runs for the same PR
2124
concurrency:
2225
group: pr-metadata-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)