From 1af896fb3ab09da3af96db999625ee9fafada0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 06:13:28 +0000 Subject: [PATCH] chore(deps): actions: bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `codecov/codecov-action` from 3f20e214133d0983f9a10f3d63b0faf9241a3daa to 57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/3f20e214133d0983f9a10f3d63b0faf9241a3daa...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) Updates `aws-actions/configure-aws-credentials` from 4.3.1 to 6.1.3 - [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/7474bc4690e29a8392af63c5b98e7449536d5c3a...99214aa6889fcddfa57764031d71add364327e59) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 dependency-type: direct:production dependency-group: all-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26355fef..6b35763c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -280,7 +280,7 @@ jobs: mise run build echo "::notice::Build completed in ${SECONDS}s ($(nproc) cores, mise parallel DAG)" - name: Upload coverage to Codecov - uses: codecov/codecov-action@3f20e214133d0983f9a10f3d63b0faf9241a3daa # v6.0.0 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37e61dda..0f90d969 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -153,7 +153,7 @@ jobs: github-token: ${{ github.token }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ vars.AWS_REGION }} @@ -228,7 +228,7 @@ jobs: github-token: ${{ github.token }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ vars.AWS_REGION }}