From 3ab4ebca73fbddb8bc4ca473ce6741c57d08abbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:11:46 +0000 Subject: [PATCH] chore(deps): bump aws-actions/aws-secretsmanager-get-secrets Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 2.0.10 to 3.0.1. - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](https://github.com/aws-actions/aws-secretsmanager-get-secrets/compare/a9a7eb4e2f2871d30dc5b892576fde60a2ecc802...2cb1a461cbd4865ac4299648312e4704c646cd53) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 2 +- .github/workflows/trivy-scan-published-images.yml | 2 +- .github/workflows/trivy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c84114d4..0c8580c7 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -123,7 +123,7 @@ jobs: - name: Get secrets from vault id: vault-secrets - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase diff --git a/.github/workflows/trivy-scan-published-images.yml b/.github/workflows/trivy-scan-published-images.yml index fc56f560..fb9782bd 100644 --- a/.github/workflows/trivy-scan-published-images.yml +++ b/.github/workflows/trivy-scan-published-images.yml @@ -106,7 +106,7 @@ jobs: - name: Get secrets from vault (CVE dispatch) id: vault-secrets-cve - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index a741a793..3b78b2ab 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -167,7 +167,7 @@ jobs: aws-region: us-east-1 - name: Get secrets from vault - uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 # v2.0.10 + uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1 with: secret-ids: | ,/vault/liquibase