From e63119c53c879999c666e110ca53a5a626e2ea26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:51:02 +0000 Subject: [PATCH] build(deps): bump hashicorp/vault-action from 2.5.0 to 2.7.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.5.0 to 2.7.0. - [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.5.0...v2.7.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 ff2277f..6f143cd 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.5.0 + uses: hashicorp/vault-action@v2.7.0 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 6cacf7b..cd9399a 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.5.0 + uses: hashicorp/vault-action@v2.7.0 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 91ec2cb..fbeb6ac 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.5.0 + uses: hashicorp/vault-action@v2.7.0 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 5ba01ab..e7d7105 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.5.0 + uses: hashicorp/vault-action@v2.7.0 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.5.0 + uses: hashicorp/vault-action@v2.7.0 id: secrets with: # TODO: Don't forget to enter the role name you created above!