Update msvc.yml

This commit is contained in:
arjundashrath
2022-02-14 13:11:47 +05:30
committed by GitHub
parent 7fb1c31151
commit b93e51dac6
+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