Skip to content

Commit

Permalink
chore: bump hashicorp/vault-action from 2.7.3 to 3.0.0 (#2547)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.3 to 3.0.0.
- [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.3...v3.0.0)

---
updated-dependencies:
- dependency-name: hashicorp/vault-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
dependabot[bot] and karl-cardenas-coding committed Apr 2, 2024
1 parent a7a45e8 commit 67ae52c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_optimizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packs-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.prism.spectrocloud.com
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 @@ -114,7 +114,7 @@ jobs:

- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down

0 comments on commit 67ae52c

Please sign in to comment.