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.
1 parent bba5881 commit d3c1796Copy full SHA for d3c1796
.github/workflows/codeql.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
34
with:
35
languages: ${{ env.LANGUAGE }}
36
build-mode: manual
@@ -64,6 +64,6 @@ jobs:
64
65
# Perform analysis
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
68
69
category: "/language:${{ env.LANGUAGE }}"
0 commit comments