Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault-action digest to d1720f0 (master) (
Browse files Browse the repository at this point in the history
…#4528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent f431322 commit bbecf15
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup-restore-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Setup: import secrets from vault
- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Setup: import secrets from vault
- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Setup: import secrets from vault
- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ignore: DL3018 # redundant when pinning the base image
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrate-elasticsearch-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Setup: import secrets from vault
- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
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 @@ -40,7 +40,7 @@ jobs:
# Setup: import secrets from vault
- name: Import secrets
id: secrets
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
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 @@ -20,7 +20,7 @@ jobs:
# Setup: import secrets from vault
- name: Import secrets
id: secrets
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Setup: import secrets from vault
- name: Import Secrets
id: secrets # important to refer to it in later steps
uses: hashicorp/vault-action@9f522b85981b491eab9a52c144d15aedbd0bf371
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit bbecf15

Please sign in to comment.