File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230
230
231
231
- name : Build container images locally
232
232
if : matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
233
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
233
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
234
234
with :
235
235
context : ./distributions/${{ inputs.distribution }}
236
236
push : false
Original file line number Diff line number Diff line change 23
23
with :
24
24
persist-credentials : false
25
25
26
- - uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26
+ - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
27
27
with :
28
28
results_file : results.sarif
29
29
results_format : sarif
42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments