From 254a62aa9feecc05623f9f8ed183a765934fe7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:43:52 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group with 3 updates Bumps the actions-patches group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `taiki-e/install-action` from 2.82.2 to 2.82.6 - [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/v2.82.2...v2.82.6) Updates `actions/attest-build-provenance` from 4.1.0 to 4.1.1 - [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/v4.1.0...v4.1.1) Updates `aws-actions/configure-aws-credentials` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-algae.yml | 8 ++++---- .github/workflows/release-bestool.yml | 8 ++++---- .github/workflows/release-psql.yml | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70781ac6..ac7c069a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: rustup target add aarch64-unknown-linux-musl - if: runner.os == 'Linux' - uses: taiki-e/install-action@v2.82.2 + uses: taiki-e/install-action@v2.82.6 with: tool: cross @@ -179,7 +179,7 @@ jobs: rustup toolchain install --profile minimal --no-self-update stable rustup default stable rustup component add clippy - - uses: taiki-e/install-action@v2.82.2 + - uses: taiki-e/install-action@v2.82.6 with: tool: just - uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/release-algae.yml b/.github/workflows/release-algae.yml index aab3861b..28c7dd38 100644 --- a/.github/workflows/release-algae.yml +++ b/.github/workflows/release-algae.yml @@ -74,17 +74,17 @@ jobs: # Release builds run on one-shot tags; don't persist tag-scoped # caches PRs can't reuse and that crowd out CI's under the 10 GB cap. save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.82.2 + - uses: taiki-e/install-action@v2.82.6 with: tool: cargo-auditable - run: cargo auditable build --profile dist --target ${{ matrix.target }} -p algae-cli - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 if: runner.os != 'Windows' with: subject-path: target/*/dist/algae - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 if: runner.os == 'Windows' with: subject-path: target/*/dist/algae.exe @@ -142,7 +142,7 @@ jobs: *.deb - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v6.2.0 + uses: aws-actions/configure-aws-credentials@v6.2.1 with: aws-region: ap-southeast-2 role-to-assume: arn:aws:iam::143295493206:role/gha-tamanu-tools-upload diff --git a/.github/workflows/release-bestool.yml b/.github/workflows/release-bestool.yml index 41d8ed65..08c7368c 100644 --- a/.github/workflows/release-bestool.yml +++ b/.github/workflows/release-bestool.yml @@ -79,7 +79,7 @@ jobs: # Release builds run on one-shot tags; don't persist tag-scoped # caches PRs can't reuse and that crowd out CI's under the 10 GB cap. save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.82.2 + - uses: taiki-e/install-action@v2.82.6 with: tool: cargo-auditable,rsign2 @@ -88,11 +88,11 @@ jobs: - if: runner.os != 'Linux' run: cargo auditable build --profile dist --target ${{ matrix.target }} -p bestool - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 if: runner.os != 'Windows' with: subject-path: target/*/dist/bestool - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 if: runner.os == 'Windows' with: subject-path: target/*/dist/bestool.exe @@ -267,7 +267,7 @@ jobs: *.deb - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v6.2.0 + uses: aws-actions/configure-aws-credentials@v6.2.1 with: aws-region: ap-southeast-2 role-to-assume: arn:aws:iam::143295493206:role/gha-tamanu-tools-upload diff --git a/.github/workflows/release-psql.yml b/.github/workflows/release-psql.yml index b1ed75f7..cc029063 100644 --- a/.github/workflows/release-psql.yml +++ b/.github/workflows/release-psql.yml @@ -71,7 +71,7 @@ jobs: # Release builds run on one-shot tags; don't persist tag-scoped # caches PRs can't reuse and that crowd out CI's under the 10 GB cap. save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.82.2 + - uses: taiki-e/install-action@v2.82.6 with: tool: cargo-auditable @@ -108,7 +108,7 @@ jobs: tar -C staging --zstd -cf "${name}.tar.zst" . echo "asset=${name}.tar.zst" >> "$GITHUB_OUTPUT" - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 with: subject-path: ${{ steps.package.outputs.asset }} @@ -149,7 +149,7 @@ jobs: dpkg-deb --build --root-owner-group "$deb_dir" "bestool-psql-${target}-${version}.deb" - - uses: actions/attest-build-provenance@v4.1.0 + - uses: actions/attest-build-provenance@v4.1.1 if: contains(matrix.target, 'linux-musl') with: subject-path: "bestool-psql-${{ matrix.target }}-${{ steps.version.outputs.version }}.deb" @@ -165,7 +165,7 @@ jobs: - name: Configure AWS Credentials if: contains(matrix.target, 'linux-musl') - uses: aws-actions/configure-aws-credentials@v6.2.0 + uses: aws-actions/configure-aws-credentials@v6.2.1 with: aws-region: ap-southeast-2 role-to-assume: arn:aws:iam::143295493206:role/gha-tamanu-tools-upload