Skip to content

Commit c9afb60

Browse files
authored
Merge pull request #389 from vulncheck-oss/alert-autofix-18
Potential fix for code scanning alert no. 18: Workflow does not contain permissions
2 parents 3935466 + 26ed12b commit c9afb60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/useragent-update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0 0 * * 0'
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)