From 67ae52c02ad22d4c0e0b50ef01c0e856da656a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:11:22 +0000 Subject: [PATCH] chore: bump hashicorp/vault-action from 2.7.3 to 3.0.0 (#2547) Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.3 to 3.0.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.7.3...v3.0.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karl Cardenas --- .github/workflows/backport.yaml | 2 +- .github/workflows/image_optimizer.yaml | 2 +- .github/workflows/packs-data.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 3c39e36435..67203148dd 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -19,7 +19,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/image_optimizer.yaml b/.github/workflows/image_optimizer.yaml index d89f313487..a71ddc4568 100644 --- a/.github/workflows/image_optimizer.yaml +++ b/.github/workflows/image_optimizer.yaml @@ -38,7 +38,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/packs-data.yaml b/.github/workflows/packs-data.yaml index 711ef4fed4..2e04579f0e 100644 --- a/.github/workflows/packs-data.yaml +++ b/.github/workflows/packs-data.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8acf7bfc4f..b8c12404e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -114,7 +114,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.prism.spectrocloud.com method: approle