File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 id : devcontainer-metadata
8383 - run : echo "git-commit-epoch=$(git log -1 --pretty=%ct)" >> "$GITHUB_OUTPUT"
8484 id : devcontainer-epoch
85- - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
85+ - uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
8686 id : build-and-push
8787 env :
8888 SOURCE_DATE_EPOCH : ${{ steps.devcontainer-epoch.outputs.git-commit-epoch }}
@@ -108,12 +108,12 @@ jobs:
108108 header : container-size-diff-${{ matrix.flavor }}
109109 message : |
110110 ${{ steps.container-size-diff.outputs.size-diff-markdown }}
111- - uses : anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
111+ - uses : anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20 .0
112112 if : steps.build-and-push.outputs.digest != '' && github.event_name != 'merge_group'
113113 with :
114114 image : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
115115 dependency-snapshot : true
116- - uses : actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
116+ - uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
117117 if : github.event_name == 'pull_request'
118118 with :
119119 comment-summary-in-pr : on-failure
Original file line number Diff line number Diff line change 2626 with :
2727 persist-credentials : false
2828 - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
29- - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
29+ - uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
3030 with :
3131 file : .devcontainer/${{ matrix.flavor }}/Dockerfile
3232 load : true
Original file line number Diff line number Diff line change 3131 APPLY_FIXES : all
3232 VALIDATE_ALL_CODEBASE : true
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- - uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
34+ - uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3535 if : success() || failure()
3636 with :
3737 sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 2727 results_format : sarif
2828 repo_token : ${{ secrets.SCORECARD_TOKEN }}
2929 publish_results : true
30- - uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
30+ - uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3131 with :
3232 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3636 "root-ccache": "/root/.ccache"
3737 }
3838 skip-extraction : ${{ steps.buildkit-cache.outputs.cache-hit }}
39- - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
39+ - uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
4040 with :
4141 file : .devcontainer/${{ matrix.flavor }}/Dockerfile
4242 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 2222 with :
2323 image : ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest
2424 dockerfile : .devcontainer/Dockerfile
25- - uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
25+ - uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
2626 if : steps.scan.outputs.sarif != ''
2727 with :
2828 sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments