Skip to content

Commit

Permalink
Merge pull request #1327 from SierraSoftworks/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/hashicorp/vault-action-3.1.0

chore(deps): Bump hashicorp/vault-action from 3.0.0 to 3.1.0
  • Loading branch information
notheotherben authored Jan 10, 2025
2 parents acaca8e + 4ff382d commit 1f78c9e
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@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
target: ${{ matrix.target }}

- name: get secrets - sentry
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:

steps:
- name: get secrets - sentry
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.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 @@ -189,7 +189,7 @@ jobs:
-format=lcov > lcov.info
- name: get secrets - codecov
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
if: matrix.coverage || false
with:
url: https://vault.sierrasoftworks.com
Expand Down

0 comments on commit 1f78c9e

Please sign in to comment.