Merge pull request #1417 from arjundashrath/patch-9

Add token permissions for code-scanning/msvc.yml
This commit is contained in:
Nick Fyson
2022-03-02 09:14:44 +00:00
committed by GitHub
+6
View File
@@ -20,8 +20,14 @@ env:
# Path to the CMake build directory.
build: '${{ github.workspace }}/build'
permissions:
contents: read
jobs:
analyze:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Analyze
runs-on: windows-latest