From 1f0a1499ca552cf32fef9b5fcf77d97eab321ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:07:37 +0000 Subject: [PATCH] build(deps): bump the all group with 1 update Bumps the all group with 1 update: [hashicorp/vault-action](https://github.com/hashicorp/vault-action). Updates `hashicorp/vault-action` from 2 to 3 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v2...v3) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/1-oidc-hello-world.yml | 2 +- .github/workflows/2-pull-request.yml | 2 +- .github/workflows/3-main-branch.yml | 2 +- .github/workflows/4-environment.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/1-oidc-hello-world.yml b/.github/workflows/1-oidc-hello-world.yml index fb08472..dde55cc 100644 --- a/.github/workflows/1-oidc-hello-world.yml +++ b/.github/workflows/1-oidc-hello-world.yml @@ -52,7 +52,7 @@ jobs: run: ./.github/script/1-setup.sh - name: Retrieve Secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 id: secrets with: # The previous step created a `hello-world` Vault role in `.setup/1-setup.sh`. diff --git a/.github/workflows/2-pull-request.yml b/.github/workflows/2-pull-request.yml index d69435a..f66a80c 100644 --- a/.github/workflows/2-pull-request.yml +++ b/.github/workflows/2-pull-request.yml @@ -78,7 +78,7 @@ jobs: EOF - name: Retrieve Secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 id: secrets with: # TODO: Don't forget to enter the role name you created above! diff --git a/.github/workflows/3-main-branch.yml b/.github/workflows/3-main-branch.yml index 6cf60c9..c239b45 100644 --- a/.github/workflows/3-main-branch.yml +++ b/.github/workflows/3-main-branch.yml @@ -78,7 +78,7 @@ jobs: EOF - name: Retrieve Secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 id: secrets with: # TODO: Don't forget to enter the role name you created above! diff --git a/.github/workflows/4-environment.yml b/.github/workflows/4-environment.yml index 8b75960..bc1dba4 100644 --- a/.github/workflows/4-environment.yml +++ b/.github/workflows/4-environment.yml @@ -77,7 +77,7 @@ jobs: EOF - name: Retrieve Secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 id: secrets with: # TODO: Don't forget to enter the role name you created above! @@ -144,7 +144,7 @@ jobs: EOF - name: Retrieve Secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 id: secrets with: # TODO: Don't forget to enter the role name you created above!