diff --git a/.github/workflows/ADD_TO_PROJECT.yml b/.github/workflows/ADD_TO_PROJECT.yml index 3980d65b1..14f9b368f 100644 --- a/.github/workflows/ADD_TO_PROJECT.yml +++ b/.github/workflows/ADD_TO_PROJECT.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6790b055a..ffdc3f2dc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - name: Import Secrets if: ${{ runner.OS == 'Linux' }} id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml b/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml index fc67f0a86..0c42fd206 100644 --- a/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml +++ b/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 3c007e28b..1f87daa92 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -35,7 +35,7 @@ jobs: run: npm ci - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle @@ -111,7 +111,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index 4d4730992..d5093d25b 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -20,7 +20,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle @@ -45,7 +45,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index f33120090..7b09a0cd2 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -49,7 +49,7 @@ jobs: run: npm ci - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle @@ -143,7 +143,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/RELEASE_ISSUE.yml b/.github/workflows/RELEASE_ISSUE.yml index ee83e1002..4d69c63f4 100644 --- a/.github/workflows/RELEASE_ISSUE.yml +++ b/.github/workflows/RELEASE_ISSUE.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle @@ -89,7 +89,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle