Skip to content

Commit fb2eee2

Browse files
Merge pull request #80 from serv-c/dependabot/github_actions/hashicorp/vault-action-4
fix: bump hashicorp/vault-action from 2 to 4
2 parents 6194653 + d680a50 commit fb2eee2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/agent-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- ubuntu-latest
99
steps:
1010
- id: agent_secrets
11-
uses: hashicorp/vault-action@v2
11+
uses: hashicorp/vault-action@v4
1212
with:
1313
method: userpass
1414
password: ${{ secrets.VAULT_PASSWORD }}

.github/workflows/agent-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
- ubuntu-latest
55
steps:
66
- id: agent_secrets
7-
uses: hashicorp/vault-action@v2
7+
uses: hashicorp/vault-action@v4
88
with:
99
method: userpass
1010
password: ${{ secrets.VAULT_PASSWORD }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- ubuntu-latest
66
steps:
77
- id: gitea_secrets
8-
uses: hashicorp/vault-action@v2
8+
uses: hashicorp/vault-action@v4
99
with:
1010
method: userpass
1111
password: ${{ secrets.VAULT_PASSWORD }}

.github/workflows/issue-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
- ubuntu-latest
99
steps:
1010
- id: agent_secrets
11-
uses: hashicorp/vault-action@v2
11+
uses: hashicorp/vault-action@v4
1212
with:
1313
method: userpass
1414
password: ${{ secrets.VAULT_PASSWORD }}
1515
secrets: servc/data/iac/servc agent-auth-token | AGENT_TOKEN ;
1616
url: ${{ secrets.VAULT_ADDR }}
1717
username: ${{ secrets.VAULT_USERNAME }}
1818
- id: gitea_secrets
19-
uses: hashicorp/vault-action@v2
19+
uses: hashicorp/vault-action@v4
2020
with:
2121
method: userpass
2222
password: ${{ secrets.VAULT_PASSWORD }}

0 commit comments

Comments
 (0)