Skip to content

Commit 709f096

Browse files
authored
Merge pull request #15 from railsware/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 44cc71d + 346d386 commit 709f096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests and checks
22

33
on: push
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
check:
710
name: Test python${{ matrix.python }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)