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 e00056e + 5b0e1d6 commit 662f4eeCopy full SHA for 662f4ee
.github/workflows/codeql.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
51
with:
52
languages: ${{ matrix.language }}
53
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,6 +66,6 @@ jobs:
66
dotnet build
67
68
- name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
70
71
category: "/language:${{matrix.language}}"
0 commit comments