Skip to content

Commit 3ddd548

Browse files
authored
Update MSVC_Analysis w/ Permissions
Put permissions back in, even though the MSVC example didn‘t have them.
1 parent 2b7bab2 commit 3ddd548

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/MSVC_Analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ env:
2626

2727
jobs:
2828
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
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
3333
name: Analyze
3434
runs-on: windows-latest
3535

0 commit comments

Comments
 (0)