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 3678b18 commit 7c400d7Copy full SHA for 7c400d7
.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@v2
+ uses: github/codeql-action/init@v3
63
with:
64
languages: ${{ matrix.language }}
65
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,6 +83,6 @@ jobs:
83
mvn clean package -DskipTests
84
85
- name: Perform CodeQL Analysis
86
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
87
88
category: "/language:${{matrix.language}}"
0 commit comments