File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
22+ - uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2323 with :
2424 egress-policy : audit
2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 3333 matrix :
3434 flavor : ["cpp", "rust"]
3535 steps :
36- - uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
36+ - uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3737 with :
3838 egress-policy : audit
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
85+ - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .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@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18 .0
111+ - uses : anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .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 }}
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
29+ - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
3030 with :
3131 file : .devcontainer/${{ matrix.flavor }}/Dockerfile
3232 load : true
5656 needs : build-test
5757 if : always()
5858 steps :
59- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
59+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6060 with :
6161 merge-multiple : true
6262 pattern : test-results-*
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@146333030da68e2e58c6ff826633824fabe01eaf # v8.5 .0
29+ - uses : oxsecurity/megalinter@04cf22b980c2e9c2121553417ed651c944afc8e1 # v8.6 .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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
34+ - uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
30+ - uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
39+ - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
25+ - uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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