Skip to content

Commit d680a50

Browse files
fix: bump hashicorp/vault-action from 2 to 4
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2 to 4. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v2...v4) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6194653 commit d680a50

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)