From 4d9f77a4269670dfb3a81eb2ed30cc2b78db249b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:26:05 +0000 Subject: [PATCH] chore(deps): update aws-actions/aws-secretsmanager-get-secrets action to v3 | datasource | package | from | to | | ----------- | ------------------------------------------ | ---- | -- | | github-tags | aws-actions/aws-secretsmanager-get-secrets | v2 | v3 | --- .github/workflows/aws-secrets-copy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-secrets-copy.yaml b/.github/workflows/aws-secrets-copy.yaml index 2e1a880..92ec034 100644 --- a/.github/workflows/aws-secrets-copy.yaml +++ b/.github/workflows/aws-secrets-copy.yaml @@ -59,7 +59,7 @@ jobs: } >> $GITHUB_ENV - name: Get secret value - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3 with: secret-ids: | SECRET_VALUE, ${{ inputs.source_secret_name }}