Update msvc.yml
This commit is contained in:
@@ -20,8 +20,14 @@ env:
|
|||||||
# Path to the CMake build directory.
|
# Path to the CMake build directory.
|
||||||
build: '${{ github.workspace }}/build'
|
build: '${{ github.workspace }}/build'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
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
|
name: Analyze
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user