Skip to content

Commit

Permalink
chore(deps): pin hashicorp/vault-action action to d1720f0 (#1911)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and aabouzaid committed Jul 13, 2024
1 parent 8817e58 commit c278e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# and populate environment variables from Vault
- name: Import Vault secrets
id: secrets
uses: hashicorp/[email protected]
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
if: inputs.vault-secret-mapping != ''
with:
url: ${{ secrets.VAULT_ADDR }}
Expand Down

0 comments on commit c278e9e

Please sign in to comment.