We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3421f + 983ea70 commit 4d4e0dfCopy full SHA for 4d4e0df
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
62
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
63
with:
64
languages: ${{ matrix.language }}
65
build-mode: ${{ matrix.build-mode }}
@@ -82,6 +82,6 @@ jobs:
82
msbuild PowerShellWixExtension.sln /p:NoGitVersioning=true
83
84
- name: Perform CodeQL Analysis
85
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
86
87
category: "/language:${{matrix.language}}"
0 commit comments