We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244beae commit 4d71c32Copy full SHA for 4d71c32
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,12 @@ jobs:
20
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
21
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
22
permissions:
23
+ # for github/codeql-action/init to get workflow details
24
+ actions: read
25
+ # for actions/checkout to fetch code
26
+ contents: read
27
+ # for github/codeql-action/autobuild to send a status report
28
+ security-events: write
29
strategy:
30
fail-fast: false
31
matrix:
0 commit comments