Skip to content

Commit d396f85

Browse files
authored
CI: Fix CodeQL warnings (microsoft#343)
Trying to fix the "Resource not accessible by integration" warnings from the CodeQL runs.
1 parent 5e27906 commit d396f85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
pull_request:
1515
branches: [ main ]
1616

17+
permissions:
18+
actions: read
19+
contents: read
20+
security-events: write
21+
1722
jobs:
1823
build:
1924
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)