Skip to content

Commit 7abf8e1

Browse files
authored
Merge pull request #505 from arnested/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 5ded107 + 729c4e4 commit 7abf8e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Lint
33
permissions:
44
contents: read
55
on: pull_request
6+
permissions:
7+
contents: read
68

79
jobs:
810
yamllint:

0 commit comments

Comments
 (0)