Skip to content

Commit a1709ab

Browse files
dependabot[bot]dhess
authored andcommitted
chore(deps): bump hashicorp/vault-action from 2.7.1 to 2.7.2
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3b7cba commit a1709ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: Import secrets from Vault
23-
uses: hashicorp/[email protected].1
23+
uses: hashicorp/[email protected].2
2424
id: secrets
2525
with:
2626
url: https://secrets.hackworth-corp.com

.github/workflows/deploy-storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm build-storybook
4040

4141
- name: Import secrets from Vault
42-
uses: hashicorp/[email protected].1
42+
uses: hashicorp/[email protected].2
4343
id: secrets
4444
with:
4545
url: https://secrets.hackworth-corp.com

.github/workflows/push-backend-to-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Import secrets from Vault
27-
uses: hashicorp/[email protected].1
27+
uses: hashicorp/[email protected].2
2828
id: secrets
2929
with:
3030
url: https://secrets.hackworth-corp.com

0 commit comments

Comments
 (0)