We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4ee6e7 + 2c94f13 commit 6fbc2f3Copy full SHA for 6fbc2f3
1 file changed
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
dotnet-version: '10.0.x'
33
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
36
with:
37
languages: ${{ matrix.language }}
38
queries: security-extended
@@ -41,6 +41,6 @@ jobs:
41
run: dotnet build Source/CommandLineArgumentsParser/CommandLineArgumentsParser/CommandLineArgumentsParser.csproj
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
45
46
category: "/language:${{ matrix.language }}"
0 commit comments