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@67a35a08586135a9573f4327e904ecbf517a882d
53
- # v2.2.8
52
+ uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b
53
+ # v2.2.9
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@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
56
+ uses : github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
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@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
67
+ uses : github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
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@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
81
+ uses : github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
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@67a35a08586135a9573f4327e904ecbf517a882d # v2.1.27
73
+ uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.1.27
74
74
with :
75
75
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments