From 5e5b6766348e1ced09288a57907ed8f7b80bafd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:20:15 +0000 Subject: [PATCH] build(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.6 to 2.0.7. - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](https://github.com/aws-actions/aws-secretsmanager-get-secrets/compare/4e95aaf6ba8028772f5384971d4fedccfaab8621...1d6311ab61b4856de027ff508aac818ddc1e141b) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pulumi-preview.yml | 4 ++-- .github/workflows/pulumi-up.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index 0b02264..4bed2dd 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -83,8 +83,8 @@ jobs: role-to-assume: arn:aws:iam::841162699174:role/erfiume-oidc-read aws-region: eu-west-1 retry-max-attempts: 2 - - uses: aws-actions/aws-secretsmanager-get-secrets@4e95aaf6ba8028772f5384971d4fedccfaab8621 - # v2.0.6 + - uses: aws-actions/aws-secretsmanager-get-secrets@1d6311ab61b4856de027ff508aac818ddc1e141b + # v2.0.7 with: secret-ids: CLOUDFLARE_API_TOKEN, erfiume-gha-cloudflare-read-only - uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 diff --git a/.github/workflows/pulumi-up.yml b/.github/workflows/pulumi-up.yml index b36b791..f2a3482 100644 --- a/.github/workflows/pulumi-up.yml +++ b/.github/workflows/pulumi-up.yml @@ -68,8 +68,8 @@ jobs: role-to-assume: arn:aws:iam::841162699174:role/erfiume-oidc-write aws-region: eu-west-1 retry-max-attempts: 2 - - uses: aws-actions/aws-secretsmanager-get-secrets@4e95aaf6ba8028772f5384971d4fedccfaab8621 - # v2.0.6 + - uses: aws-actions/aws-secretsmanager-get-secrets@1d6311ab61b4856de027ff508aac818ddc1e141b + # v2.0.7 with: secret-ids: CLOUDFLARE_API_TOKEN, erfiume-gha-cloudflare-read-write - uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952