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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
33
+ uses : github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
46
+ uses : github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
67
+ uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments