We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae19293 commit 774054bCopy full SHA for 774054b
1 file changed
.github/workflows/codeql-analysis.yml
@@ -24,6 +24,10 @@ jobs:
24
analyze:
25
name: Analyze
26
runs-on: ubuntu-latest
27
+ permissions: # https://eng.ms/docs/more/github-inside-microsoft/sdl/codeql#create-standalone-codeql-workflow
28
+ actions: read
29
+ contents: read
30
+ security-events: write
31
32
strategy:
33
fail-fast: false
0 commit comments