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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
33
+ uses : github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
48
+ uses : github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
67
+ uses : github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments