File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
distribution : " adopt-hotspot"
60
60
java-version : " 19"
61
61
- name : " Setup: Initialize CodeQL"
62
- uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v2
62
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2
63
63
with :
64
64
languages : java
65
65
- name : " Build: Plugin"
78
78
-x test
79
79
-x check
80
80
- name : " Analsis: CodeQL"
81
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v2
81
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2
82
82
continue-on-error : true
83
83
with :
84
84
category : " /language:java"
Original file line number Diff line number Diff line change 62
62
${{ github.workspace }}/detekt.sarif.json
63
63
)" > ${{ github.workspace }}/detekt.sarif.json
64
64
- name : " Report: SARIF Upload"
65
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v2
65
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2
66
66
continue-on-error : true
67
67
with :
68
68
sarif_file : ${{ github.workspace }}/detekt.sarif.json
Original file line number Diff line number Diff line change 40
40
path : results.sarif
41
41
retention-days : 5
42
42
- name : " Publish: Code Scanning"
43
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
43
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments