diff --git a/.github/workflows/ADD_TO_PROJECT.yaml b/.github/workflows/ADD_TO_PROJECT.yaml index d50c8cfec5..32431f2bd8 100644 --- a/.github/workflows/ADD_TO_PROJECT.yaml +++ b/.github/workflows/ADD_TO_PROJECT.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index cbaa8a8eb4..0e7d7615b7 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -81,7 +81,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index da4d5d4022..394c9bf941 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -18,7 +18,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/RELEASE_ISSUE.yml b/.github/workflows/RELEASE_ISSUE.yml index 3f1d2c16fe..4c2b9b02c5 100644 --- a/.github/workflows/RELEASE_ISSUE.yml +++ b/.github/workflows/RELEASE_ISSUE.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle