Skip to content

Commit

Permalink
chore: update hashicorp/vault-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 652b56f commit a5bab9f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ADD_TO_PROJECT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Import Secrets
if: ${{ runner.OS == 'Linux' }}
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_MAIN_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm ci
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm ci
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit a5bab9f

Please sign in to comment.