From 6044b42fc47cfbfed97b7bf6651c7bd0034caab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 06:04:10 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 2.4.1 to 2.4.3 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.4.1 to 2.4.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.4.1...v2.4.3) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/on-dispatch-event.yml | 2 +- .github/workflows/tag-and-promote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-dispatch-event.yml b/.github/workflows/on-dispatch-event.yml index ea15d5c..01ed78f 100644 --- a/.github/workflows/on-dispatch-event.yml +++ b/.github/workflows/on-dispatch-event.yml @@ -24,7 +24,7 @@ jobs: # use Vault to get GH token - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.1 + uses: hashicorp/vault-action@v2.4.3 with: url: ${{ secrets.vaultURL }} method: approle diff --git a/.github/workflows/tag-and-promote.yml b/.github/workflows/tag-and-promote.yml index 3c116d6..43c1823 100644 --- a/.github/workflows/tag-and-promote.yml +++ b/.github/workflows/tag-and-promote.yml @@ -57,7 +57,7 @@ jobs: # # use a Vault token (from GitHub Secrets) to get AWS creds from Vault - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.1 + uses: hashicorp/vault-action@v2.4.3 with: url: ${{ secrets.vaultURL }} method: approle