Skip to content

Commit 90615f5

Browse files
committed
codeql
1 parent 1353454 commit 90615f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: ${{ matrix.language }}
31+
# java-version: 17
3132

3233
- run: mvn clean package -ntp -DskipTests -Dcheckstyle.skip -Dmaven.javadoc.skip=true
3334
env:
3435
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
3536

3637
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
38+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)