Skip to content

Commit

Permalink
Bump vault action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjohansson committed Oct 30, 2023
1 parent 14277a3 commit 127f452
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/for-dependabot-to-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
4 changes: 2 additions & 2 deletions e2e/actions/consumer-integration-test/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
12 changes: 6 additions & 6 deletions e2e/actions/deploy-cf/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -591,7 +591,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
4 changes: 2 additions & 2 deletions e2e/actions/deploy-katee/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
2 changes: 1 addition & 1 deletion e2e/actions/deploy-ml/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
2 changes: 1 addition & 1 deletion e2e/actions/docker-compose/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
4 changes: 2 additions & 2 deletions e2e/actions/docker-push/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
2 changes: 1 addition & 1 deletion e2e/actions/run/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
4 changes: 2 additions & 2 deletions e2e/actions/trigger-git-options/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Vault secrets
id: secrets
uses: hashicorp/[email protected].3
uses: hashicorp/[email protected].4
with:
exportEnv: false
method: approle
Expand Down
2 changes: 1 addition & 1 deletion renderers/actions/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func fetchSecrets(secrets []*secrets.Secret) Step {
return Step{
Name: "Vault secrets",
ID: "secrets",
Uses: "hashicorp/[email protected].3",
Uses: "hashicorp/[email protected].4",
With: With{
"url": "https://vault.halfpipe.io",
"method": "approle",
Expand Down

0 comments on commit 127f452

Please sign in to comment.