From c6178299fc61faa63a94925f986157d8dbbe4485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:04:53 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 3.0.0 to 3.1.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/d1720f055e0635fd932a1d2a48f87a666a57906c...a1b77a09293a4366e48a5067a86692ac6e94fdc0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/checks.yaml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-ui.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 638b47bc000..d2223f53db5 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -54,7 +54,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc64826b838..6592bcd7ae1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,7 +252,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index edfc984c173..6cafaabcffc 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -30,7 +30,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 435986e6678..6aca3c49eff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 10a5dbc195d..71dd92dfccd 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -42,7 +42,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 5478460877c..21ab152c229 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -52,7 +52,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }} @@ -92,7 +92,7 @@ jobs: - name: Retrieve Vault-hosted Secrets if: endsWith(github.repository, '-enterprise') id: vault - uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0 + uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0 with: url: ${{ vars.CI_VAULT_URL }} method: ${{ vars.CI_VAULT_METHOD }}