diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 35b1a26..0cac721 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,6 +16,11 @@ env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: vstdriver.sln +permissions: + actions: read + contents: read + security-events: write + jobs: Analyze: runs-on: windows-2019