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@0225834cc549ee0ca93cb085b92954821a145866
54
- # v2.3.5
53
+ uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4
54
+ # v2.3.6
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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
56
+ uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
67
+ uses : github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
81
+ uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.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@0225834cc549ee0ca93cb085b92954821a145866 # v2.1.27
73
+ uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.1.27
74
74
with :
75
75
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments