File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 - name : Checkout repository
3232 uses : actions/checkout@v6
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v3
34+ uses : github/codeql-action/init@v4
3535 # Specify custom java build since the autobuild doesn't take advantage of multiple cores.
3636 # For more info on specifying custom build steps, see:
3737 # https://docs.github.com/en/[email protected] /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language 3838 - name : Build java
3939 run : mvn clean package -T 1C -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN --no-transfer-progress
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@v3
41+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments