Skip to content

Commit 61d92b9

Browse files
authored
Merge pull request #85 from wozjac/alert-autofix-7
Potential fix for code scanning alert no. 7: Workflow does not contain permissions
2 parents b75b072 + ddefffd commit 61d92b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linters.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run linters
22

33
on: [push]
44

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

0 commit comments

Comments
 (0)