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 5f872f4b78..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@v3.0.0 + 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 9acda1245d..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@v3.0.0 + 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 d664ea1d2a..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@v3.0.0 + 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 63b3c8bbea..1f49038b4e 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -61,7 +61,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 b805c466fb..66894c3164 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@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: https://vault.prism.spectrocloud.com method: approle