We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7bab2 commit 3ddd548Copy full SHA for 3ddd548
1 file changed
.github/workflows/MSVC_Analysis.yml
@@ -26,10 +26,10 @@ env:
26
27
jobs:
28
analyze:
29
- # permissions:
30
- # contents: read # for actions/checkout to fetch code
31
- # security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
32
- # actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
+ permissions:
+ contents: read # for actions/checkout to fetch code
+ security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
+ actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
33
name: Analyze
34
runs-on: windows-latest
35
0 commit comments