Skip to content

Commit 44656ba

Browse files
authored
Merge pull request #10 from rossaddison/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 8ce9e67 + 1d6d5a6 commit 44656ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mutation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020

2121
name: mutation test
2222

23+
permissions:
24+
contents: read
25+
2326
jobs:
2427
mutation:
2528
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master

0 commit comments

Comments
 (0)