Skip to content

Commit

Permalink
Merge pull request #764 from SierraSoftworks/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/hashicorp/vault-action-2.5.0

chore(deps): bump hashicorp/vault-action from 2.4.3 to 2.5.0
  • Loading branch information
notheotherben authored Jan 27, 2023
2 parents 672126d + 5d47cfa commit 063c13b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: get secrets - sentry
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.5.0
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
target: ${{ matrix.target }}

- name: get secrets - sentry
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.5.0
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

steps:
- name: get secrets - sentry
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.5.0
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
-format=lcov > lcov.info
- name: get secrets - codecov
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.5.0
if: matrix.coverage || false
with:
url: https://vault.sierrasoftworks.com
Expand Down

0 comments on commit 063c13b

Please sign in to comment.