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 : 17.0.6
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
33
+ uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
34
34
with :
35
35
languages : java
36
36
# using "latest" helps to keep up with the latest Kotlin support
43
43
arguments : assemble -x javadoc --no-build-cache --no-daemon
44
44
45
45
- name : Perform CodeQL analysis
46
- uses : github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
46
+ uses : github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
47
47
48
48
workflow-notification :
49
49
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
67
+ uses : github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments