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 50
50
fail-build : true
51
51
- name : Upload Anchore Scan Report
52
52
if : always()
53
- uses : github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
54
- # v2.3.0
53
+ uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
54
+ # v2.3.2
55
55
with :
56
56
sarif_file : ${{ steps.scan.outputs.sarif }}
57
57
- 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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
56
+ uses : github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
67
+ uses : github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
81
+ uses : github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.1.27
73
+ uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.1.27
74
74
with :
75
75
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments