From 5dc597a3aa58b9d4651b2e63bb765e19d2ab33df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:03:24 +0000 Subject: [PATCH] build(deps): bump aws-actions/aws-secretsmanager-get-secrets from 2 to 3 Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2 to 3. - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](https://github.com/aws-actions/aws-secretsmanager-get-secrets/compare/v2...v3) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge-approved-prs.yml | 2 +- .github/workflows/dependabot-autoapprove.yml | 2 +- .github/workflows/package-dist.yml | 2 +- .github/workflows/release-please.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automerge-approved-prs.yml b/.github/workflows/automerge-approved-prs.yml index 274d93f..69889a5 100644 --- a/.github/workflows/automerge-approved-prs.yml +++ b/.github/workflows/automerge-approved-prs.yml @@ -20,7 +20,7 @@ jobs: role-duration-seconds: 900 role-session-name: SecretsManagerFetch - name: Get bot user token - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 0b69967..3edecc4 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -24,7 +24,7 @@ jobs: role-to-assume: arn:aws:iam::206735643321:role/ConfigureAwsCredentialsPackageRole role-duration-seconds: 900 - name: Get bot user token - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/package-dist.yml b/.github/workflows/package-dist.yml index da89ef3..3b11f16 100644 --- a/.github/workflows/package-dist.yml +++ b/.github/workflows/package-dist.yml @@ -36,7 +36,7 @@ jobs: role-duration-seconds: 900 role-session-name: ${{ github.run_id }} - name: Get git credentials - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0f4abbe..3ad4143 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: role-session-name: ${{ github.run_id }} - name: Get git credentials - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: |