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