Skip to content

Commit be496b7

Browse files
authored
Merge pull request #10 from leMaur/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents 6aa8e07 + 12de4a0 commit be496b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: PHPStan
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
paths:

0 commit comments

Comments
 (0)