Skip to content

Commit 5217ea8

Browse files
committedSep 13, 2024
testing permissing for codeql
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 54fc7fb commit 5217ea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
# branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ main ]
@@ -22,6 +22,7 @@ on:
2222

2323
permissions:
2424
contents: read
25+
security-events: write
2526

2627
jobs:
2728
analyze:

0 commit comments

Comments
 (0)
Please sign in to comment.