File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 java-version-file : .java-version
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
33+ uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
3434 with :
3535 languages : java
3636 # using "latest" helps to keep up with the latest Kotlin support
4545 run : ./gradlew assemble -x javadoc --no-build-cache --no-daemon
4646
4747 - name : Perform CodeQL analysis
48- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
48+ uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
4949
5050 workflow-notification :
5151 needs :
Original file line number Diff line number Diff line change 6464
6565 # Upload the results to GitHub's code scanning dashboard.
6666 - name : " Upload to code-scanning"
67- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
67+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
6868 with :
6969 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments