File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
fail-build : true
50
50
- name : Upload Anchore Scan Report
51
51
if : always()
52
- uses : github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5
53
- # v2.2.5
52
+ uses : github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723
53
+ # v2.2.6
54
54
with :
55
55
sarif_file : ${{ steps.scan.outputs.sarif }}
56
56
- name : Inspect action SARIF report
Original file line number Diff line number Diff line change 53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
56
+ uses : github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
64
64
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
65
65
# If this step fails, then you should remove it and run the build manually (see below)
66
66
- name : Autobuild
67
- uses : github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
67
+ uses : github/codeql-action/autobuild@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6
68
68
69
69
# ℹ️ Command-line programs to run using the OS shell.
70
70
# 📚 https://git.io/JvXDl
78
78
# make release
79
79
80
80
- name : Perform CodeQL Analysis
81
- uses : github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
81
+ uses : github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6
Original file line number Diff line number Diff line change 70
70
71
71
# Upload the results to GitHub's code scanning dashboard.
72
72
- name : " Upload to code-scanning"
73
- uses : github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.1.27
73
+ uses : github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.1.27
74
74
with :
75
75
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments