From 4172baadd795588a7500df4c30fe848bedfe3616 Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:57:55 -0700 Subject: [PATCH] chore: bump hashicorp/vault-action from 3.0.0 to 3.1.0 (#5530) (#5574) Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3.0.0 to 3.1.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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/api_format.yaml | 2 +- .github/workflows/backport.yaml | 2 +- .github/workflows/clean-up-unused-images.yaml | 2 +- .github/workflows/image_optimizer.yaml | 2 +- .github/workflows/packs-data.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/api_format.yaml b/.github/workflows/api_format.yaml index 903022f6cc..0d06890c85 100644 --- a/.github/workflows/api_format.yaml +++ b/.github/workflows/api_format.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 3606c710a8..4ed7eb90ab 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -33,7 +33,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/clean-up-unused-images.yaml b/.github/workflows/clean-up-unused-images.yaml index ef2c7108d4..e794ef4d1a 100644 --- a/.github/workflows/clean-up-unused-images.yaml +++ b/.github/workflows/clean-up-unused-images.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.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 c78c27a2e7..d69ec4347b 100644 --- a/.github/workflows/image_optimizer.yaml +++ b/.github/workflows/image_optimizer.yaml @@ -43,7 +43,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.1.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 1d3dd38cf9..9f9e74a742 100644 --- a/.github/workflows/packs-data.yaml +++ b/.github/workflows/packs-data.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 432596abb0..8f1e812dab 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -62,7 +62,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 258e44e1b9..8c6c21ee05 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -180,7 +180,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle