From a5bab9f2146c2798b36331b3b399b5b89592af55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:09:06 +0000 Subject: [PATCH] chore: update hashicorp/vault-action action to v3.1.0 --- .github/workflows/ADD_TO_PROJECT.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/MERGE_MAIN_TO_DEVELOP.yml | 2 +- .github/workflows/NIGHTLY.yml | 4 ++-- .github/workflows/PUBLISH_RELEASE.yml | 4 ++-- .github/workflows/RELEASE.yml | 4 ++-- .github/workflows/RELEASE_ISSUE.yml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ADD_TO_PROJECT.yml b/.github/workflows/ADD_TO_PROJECT.yml index 3980d65b1a..14f9b368f4 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 6790b055a4..ffdc3f2dc3 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 fc67f0a868..0c42fd206c 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 3c007e28bb..1f87daa922 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 4d4730992f..d5093d25b9 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 f33120090b..7b09a0cd20 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 ee83e10024..4d69c63f4d 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