Skip to content

Commit ee827ba

Browse files
authored
Merge pull request #10 from Tanker187/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents ec22c0a + bdfbd89 commit ee827ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: pull_request
55
jobs:
66
build:
77

8+
permissions:
9+
contents: read
10+
811
runs-on: ubuntu-latest
912

1013
strategy:

0 commit comments

Comments
 (0)