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@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
57
+ uses : github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.20.3
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.
84
84
-DskipTests
85
85
86
86
- name : Perform CodeQL Analysis
87
- uses : github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
87
+ uses : github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.20.3
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@8662eabe0e9f338a07350b7fd050732745f93848 # 2.1.22
70
+ uses : github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.1.22
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments