From 1f052342f65eed786e13299ef0913c15104d4547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 08:26:33 +0000 Subject: [PATCH] ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `taiki-e/install-action` from 2.85.8 to 2.85.12 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/cb33e69fad06166ca28a42b2575e4dadabf62ee8...b20dedce73af6905cdc30d6611090c9b67557c8d) Updates `actions/attest-build-provenance` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/0f67c3f4856b2e3261c31976d6725780e5e4c373...4d101475d8b20a2381f78447822ac1eab6504dd8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a2b1c7..3171afc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -284,12 +284,12 @@ jobs: - name: Install cross (Linux / FreeBSD cross-compile) if: matrix.cross - uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.62.23 + uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.62.23 with: tool: cross@${{ env.CROSS_VERSION }} - name: Install cargo-about - uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.62.23 + uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.62.23 with: tool: cargo-about@${{ env.CARGO_ABOUT_VERSION }} @@ -453,7 +453,7 @@ jobs: toolchain: ${{ needs.preflight.outputs.toolchain }} targets: ${{ matrix.target }} - - uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.62.23 + - uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.62.23 with: tool: cargo-deb@${{ env.CARGO_DEB_VERSION }} @@ -518,7 +518,7 @@ jobs: toolchain: ${{ needs.preflight.outputs.toolchain }} targets: ${{ matrix.target }} - - uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.62.23 + - uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.62.23 with: tool: cargo-generate-rpm@${{ env.CARGO_GENERATE_RPM_VERSION }} @@ -980,7 +980,7 @@ jobs: - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # stable tip with: toolchain: ${{ needs.preflight.outputs.toolchain }} - - uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.62.23 + - uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.62.23 with: tool: cargo-cyclonedx@${{ env.CARGO_CYCLONEDX_VERSION }} @@ -1020,7 +1020,7 @@ jobs: -m release/SHA256SUMS -x release/SHA256SUMS.minisig - name: SLSA build provenance - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: | release/*.tar.gz