File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3535 env :
3636 GH_TOKEN : ${{ secrets.TEST_GITHUB_TOKEN }}
3737 HEAD_REF : ${{ github.head_ref }}
38- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
38+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
3939 with :
4040 node-version : 20
4141 - run : npm ci
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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
85+ - uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
8686 id : build-and-push
8787 env :
8888 SOURCE_DATE_EPOCH : ${{ steps.devcontainer-epoch.outputs.git-commit-epoch }}
@@ -108,7 +108,7 @@ jobs:
108108 header : container-size-diff-${{ matrix.flavor }}
109109 message : |
110110 ${{ steps.container-size-diff.outputs.size-diff-markdown }}
111- - uses : anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
111+ - uses : anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.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 }}
@@ -118,7 +118,7 @@ jobs:
118118 with :
119119 comment-summary-in-pr : on-failure
120120 fail-on-severity : critical
121- - uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
121+ - uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
122122 if : github.event_name != 'merge_group'
123123 with :
124124 subject-name : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}
Original file line number Diff line number Diff line change 2626 with :
2727 persist-credentials : false
2828 - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
29- - uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
29+ - uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
3030 with :
3131 file : .devcontainer/${{ matrix.flavor }}/Dockerfile
3232 load : true
Original file line number Diff line number Diff line change 1515 issues : write
1616 pull-requests : write
1717 steps :
18- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
18+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
1919 with :
2020 stale-issue-label : " stale"
2121 stale-pr-label : " stale"
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
29- - uses : oxsecurity/megalinter@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3 .0
29+ - uses : oxsecurity/megalinter@f90c800040e4f84800700b27b2394d3eecc1fdad # v8.4 .0
3030 env :
3131 APPLY_FIXES : all
3232 VALIDATE_ALL_CODEBASE : true
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- - uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
34+ - uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
30+ - uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
39+ - uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
25+ - uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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