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 70
70
71
71
# Initializes the CodeQL tools for scanning.
72
72
- name : Initialize CodeQL
73
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
73
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
74
74
with :
75
75
languages : ${{ matrix.language }}
76
76
# If you wish to specify custom queries, you can do so here or in a config file.
92
92
format : golang
93
93
94
94
- name : Perform CodeQL Analysis
95
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
95
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
75
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
76
76
with :
77
77
sarif_file : results.sarif
Original file line number Diff line number Diff line change 67
67
env :
68
68
TRIVY_SKIP_DB_UPDATE : true
69
69
- name : Upload Trivy scan results to GitHub Security tab
70
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
70
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
71
71
with :
72
72
sarif_file : ' trivy-ccm-results.sarif'
73
73
category : azure-cloud-controller-manager-image
83
83
env :
84
84
TRIVY_SKIP_DB_UPDATE : true
85
85
- name : Upload Trivy scan results to GitHub Security tab
86
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
86
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
87
87
with :
88
88
sarif_file : ' trivy-cnm-linux-results.sarif'
89
89
category : azure-cloud-node-manager-linux-image
99
99
env :
100
100
TRIVY_SKIP_DB_UPDATE : true
101
101
- name : Upload Trivy scan results to GitHub Security tab
102
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
102
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
103
103
with :
104
104
sarif_file : ' trivy-health-probe-proxy-linux-results.sarif'
105
105
category : health-probe-proxy-linux-image
You can’t perform that action at this time.
0 commit comments