Skip to content

Commit 3b98293

Browse files
committed
Enable permissions to create a PR
1 parent 339ad84 commit 3b98293

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-codeql.yml

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

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
update-codeql:
1115
name: Update CodeQL CLI dependencies

0 commit comments

Comments
 (0)