File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979 with :
8080 persist-credentials : false
81- - uses : crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
81+ - uses : crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2
8282
8383 shellcheck :
8484 runs-on : depot-ubuntu-latest
@@ -171,12 +171,12 @@ jobs:
171171 with :
172172 persist-credentials : false
173173 - name : Initialize CodeQL
174- uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
174+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
175175 with :
176176 languages : ${{ matrix.language }}
177177 build-mode : ${{ matrix.build-mode }}
178178 - name : Perform CodeQL Analysis
179- uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
179+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
180180 with :
181181 category : " /language:${{matrix.language}}"
182182
Original file line number Diff line number Diff line change 2929 with :
3030 toolchain : stable
3131 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
32- - uses : taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77 .6
32+ - uses : taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81 .6
3333 with :
3434 tool : cargo-hack
3535 - uses : mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
Original file line number Diff line number Diff line change 4646 # Login against a Docker registry except on PR
4747 # https://github.com/docker/login-action
4848 - name : Login into registry ${{ env.REGISTRY }}
49- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
49+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
5050 with :
5151 registry : ${{ env.REGISTRY }}
5252 username : ${{ github.actor }}
5656 # https://github.com/docker/metadata-action
5757 - name : Extract Docker metadata
5858 id : meta
59- uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
59+ uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .0
6060 with :
6161 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6262
9595
9696 - name : Build and push Foundry image
9797 id : build
98- uses : depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.17 .0
98+ uses : depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.18 .0
9999 with :
100100 build-args : |
101101 RUST_PROFILE=${{ env.RUST_PROFILE }}
Original file line number Diff line number Diff line change 7171
7272 - name : Build changelog
7373 id : build_changelog
74- uses : mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
74+ uses : mikepenz/release-changelog-builder-action@348e88fab4c37338b1e803ceb2d4a7a5db6c0833 # v6.2.2
7575 with :
7676 configuration : " ./.github/changelog.json"
7777 fromTag : ${{ steps.release_info.outputs.from_tag || '' }}
Original file line number Diff line number Diff line change 1717 issues : write
1818 pull-requests : write
1919 steps :
20- - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
20+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
2121 with :
2222 days-before-issue-stale : -1
2323 days-before-issue-close : -1
Original file line number Diff line number Diff line change 3333 with :
3434 toolchain : stable
3535 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
36- - uses : taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77 .6
36+ - uses : taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81 .6
3737 with :
3838 tool : nextest
3939 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6767 with :
6868 toolchain : stable
6969 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
70- - uses : taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77 .6
70+ - uses : taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81 .6
7171 with :
7272 tool : nextest
7373 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Original file line number Diff line number Diff line change 7373 toolchain : stable
7474 target : ${{ matrix.target }}
7575 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
76- - uses : taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77 .6
76+ - uses : taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81 .6
7777 with :
7878 tool : nextest
7979
You can’t perform that action at this time.
0 commit comments