From 99548a3f3e21d90c7317d2e5b59406cd4cc86f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:07:27 +0000 Subject: [PATCH] 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/coverage_runner.yml | 2 +- .github/workflows/nightly_runner.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage_runner.yml b/.github/workflows/coverage_runner.yml index b0ae090124..c639a0089d 100644 --- a/.github/workflows/coverage_runner.yml +++ b/.github/workflows/coverage_runner.yml @@ -83,7 +83,7 @@ jobs: aws-region: 'us-east-1' - name: Get Secrets - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: | HAZELCAST_ENTERPRISE_KEY,CN/HZ_LICENSE_KEY diff --git a/.github/workflows/nightly_runner.yml b/.github/workflows/nightly_runner.yml index ee3dd75e01..7cc4111fac 100644 --- a/.github/workflows/nightly_runner.yml +++ b/.github/workflows/nightly_runner.yml @@ -39,7 +39,7 @@ jobs: role-to-assume: ${{ vars.AWS_HAZELCAST_OIDC_GITHUB_ACTIONS_ROLE_ARN }} aws-region: 'us-east-1' - name: Get Secrets - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: | HAZELCAST_ENTERPRISE_KEY,CN/HZ_LICENSE_KEY