From 4df78973fe9a7b25ae1a1712ff9c68447fc691d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:56:19 +0000 Subject: [PATCH] chore: bump the actions group with 2 updates Bumps the actions group with 2 updates: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `aws-actions/configure-aws-credentials` from 5.1.1 to 6.0.0 - [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/61815dcd50bd041e203e49132bacad1fd04d2708...8df5847569e6427dd6c4fb1cf565c83acfa8afa7) Updates `astral-sh/setup-uv` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/803947b9bd8e9f986429fa0c5a41c367cd732b41...eac588ad8def6316056a12d4907a9d4d84ff7a3b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- .github/workflows/update_workflow.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 96ade00..0894f78 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -121,7 +121,7 @@ jobs: - name: AWS Login if: inputs.aws_region != '' - uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 with: role-to-assume: ${{ secrets.aws_role }} role-session-name: ${{ secrets.aws_role_session_name }} diff --git a/.github/workflows/update_workflow.yaml b/.github/workflows/update_workflow.yaml index 7beb507..1e437ed 100644 --- a/.github/workflows/update_workflow.yaml +++ b/.github/workflows/update_workflow.yaml @@ -46,7 +46,7 @@ jobs: persist-credentials: true # for git operations below - name: Install uv - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 - name: Update workflow template actions run: | diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 7f289e5..55da2c6 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -116,7 +116,7 @@ jobs: - name: AWS Login if: inputs.aws_region != '' - uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 with: role-to-assume: ${{ secrets.aws_role }} role-session-name: ${{ secrets.aws_role_session_name }}