Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 03689d6 commit 8b8f3cc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BACKPORT_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Import Secrets
id: vault-secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_FEATURE_BRANCH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DEPLOY_SNAPSHOTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ENFORCE_QA_APPROVAL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Import Secrets
id: vault-secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Setup: import secrets from vault
- name: Import secrets
id: secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-TEARDOWN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Setup: import secrets from vault
- name: Import secrets
id: secrets
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TEST_FEATURE_BRANCH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
Expand Down

0 comments on commit 8b8f3cc

Please sign in to comment.