Skip to content

Commit 1cfeec2

Browse files
Update hashicorp/vault-action action to v3.4.0
1 parent 6e8f11a commit 1cfeec2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ADD_TO_PROJECT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Import Secrets
2222
id: secrets
23-
uses: hashicorp/vault-action@v3.0.0
23+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
2424
with:
2525
url: ${{ secrets.VAULT_ADDR }}
2626
method: approle

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Import Secrets
3333
if: ${{ runner.OS == 'Linux' }}
3434
id: secrets
35-
uses: hashicorp/vault-action@v3.0.0
35+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
3636
with:
3737
url: ${{ secrets.VAULT_ADDR }}
3838
method: approle

.github/workflows/MERGE_MAIN_TO_DEVELOP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Import Secrets
3434
id: secrets
35-
uses: hashicorp/vault-action@v3.0.0
35+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
3636
with:
3737
url: ${{ secrets.VAULT_ADDR }}
3838
method: approle

.github/workflows/NIGHTLY.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737
- name: Import Secrets
3838
id: secrets
39-
uses: hashicorp/vault-action@v3.0.0
39+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
4040
with:
4141
url: ${{ secrets.VAULT_ADDR }}
4242
method: approle
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Import Secrets
114114
id: secrets
115-
uses: hashicorp/vault-action@v3.0.0
115+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
116116
with:
117117
url: ${{ secrets.VAULT_ADDR }}
118118
method: approle

.github/workflows/RELEASE_ISSUE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: Import Secrets
6262
id: secrets
63-
uses: hashicorp/vault-action@v3.0.0
63+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
6464
with:
6565
url: ${{ secrets.VAULT_ADDR }}
6666
method: approle
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- name: Import Secrets
9292
id: secrets
93-
uses: hashicorp/vault-action@v3.0.0
93+
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
9494
with:
9595
url: ${{ secrets.VAULT_ADDR }}
9696
method: approle

0 commit comments

Comments
 (0)