Skip to content

Commit d67aa07

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "PR - Test Updated Templates"
22
on:
33
pull_request:
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
detect-changes:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)