File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
header : container-size-diff-${{ matrix.flavor }}
112
112
message : |
113
113
${{ steps.container-size-diff.outputs.size-diff-markdown }}
114
- - uses : anchore/sbom-action@f5e124a5e5e1d497a692818ae907d3c45829d033 # v0.17.3
114
+ - uses : anchore/sbom-action@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
115
115
if : steps.build-and-push.outputs.digest != '' && github.event_name != 'merge_group'
116
116
with :
117
117
image : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
Original file line number Diff line number Diff line change 31
31
APPLY_FIXES : all
32
32
VALIDATE_ALL_CODEBASE : true
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
- - uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
34
+ - uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
35
35
if : success() || failure()
36
36
with :
37
37
sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 27
27
results_format : sarif
28
28
repo_token : ${{ secrets.SCORECARD_TOKEN }}
29
29
publish_results : true
30
- - uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
30
+ - uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
31
31
with :
32
32
sarif_file : results.sarif
Original file line number Diff line number Diff line change 22
22
with :
23
23
image : ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest
24
24
dockerfile : .devcontainer/Dockerfile
25
- - uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
25
+ - uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
26
26
if : steps.scan.outputs.sarif != ''
27
27
with :
28
28
sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments