Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
karl-cardenas-coding and dependabot[bot] authored Jan 27, 2025
1 parent 39316ff commit 4172baa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

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

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

0 comments on commit 4172baa

Please sign in to comment.