Skip to content

Commit 56339b3

Browse files
authored
Merge pull request #2 from RandomCodeSpace/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents 9f98682 + ea470b2 commit 56339b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/audit.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [main]

0 commit comments

Comments
 (0)