Skip to content

Commit f227e4e

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#29)
Signed-off-by: Stevenson Michel <130018170+thoven87@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 93d8382 commit f227e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}-validate
77
cancel-in-progress: true
8+
permissions:
9+
contents: read
810

911
jobs:
1012
validate:

0 commit comments

Comments
 (0)