File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # 2.21.9
57
+ uses : github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.22.0
58
58
with :
59
59
languages : ${{ matrix.language }}
60
60
# If you wish to specify custom queries, you can do so here or in a config file.
79
79
-DskipTests -P!java8-tests
80
80
81
81
- name : Perform CodeQL Analysis
82
- uses : github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # 2.21.9
82
+ uses : github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.22.0
Original file line number Diff line number Diff line change 67
67
retention-days : 5
68
68
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # 2.1.22
70
+ uses : github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.1.22
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments