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 : 21
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
33
+ uses : github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
48
+ uses : github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
67
+ uses : github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments