File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
java-version-file : .java-version
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
33
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
34
34
with :
35
35
languages : java
36
36
# using "latest" helps to keep up with the latest Kotlin support
45
45
run : ./gradlew assemble -x javadoc --no-build-cache --no-daemon
46
46
47
47
- name : Perform CodeQL analysis
48
- uses : github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
48
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
49
49
50
50
workflow-notification :
51
51
needs :
Original file line number Diff line number Diff line change 64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
67
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments