Skip to content

Commit 48b494e

Browse files
chore: update hashicorp/vault-action action to v3.3.0
1 parent 0e7a10f commit 48b494e

7 files changed

+11
-11
lines changed

.github/workflows/ADD_TO_PROJECT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Import Secrets
2121
id: secrets
22-
uses: hashicorp/vault-action@v3.0.0
22+
uses: hashicorp/vault-action@v3.3.0
2323
with:
2424
url: ${{ secrets.VAULT_ADDR }}
2525
method: approle

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Import Secrets
3030
if: ${{ runner.OS == 'Linux' }}
3131
id: secrets
32-
uses: hashicorp/vault-action@v3.0.0
32+
uses: hashicorp/vault-action@v3.3.0
3333
with:
3434
url: ${{ secrets.VAULT_ADDR }}
3535
method: approle

.github/workflows/MERGE_MAIN_TO_DEVELOP.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Import Secrets
3333
id: secrets
34-
uses: hashicorp/vault-action@v3.0.0
34+
uses: hashicorp/vault-action@v3.3.0
3535
with:
3636
url: ${{ secrets.VAULT_ADDR }}
3737
method: approle

.github/workflows/NIGHTLY.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm ci
3636
- name: Import Secrets
3737
id: secrets
38-
uses: hashicorp/vault-action@v3.0.0
38+
uses: hashicorp/vault-action@v3.3.0
3939
with:
4040
url: ${{ secrets.VAULT_ADDR }}
4141
method: approle
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- name: Import Secrets
113113
id: secrets
114-
uses: hashicorp/vault-action@v3.0.0
114+
uses: hashicorp/vault-action@v3.3.0
115115
with:
116116
url: ${{ secrets.VAULT_ADDR }}
117117
method: approle

.github/workflows/PUBLISH_RELEASE.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Import Secrets
2222
id: secrets
23-
uses: hashicorp/vault-action@v3.0.0
23+
uses: hashicorp/vault-action@v3.3.0
2424
with:
2525
url: ${{ secrets.VAULT_ADDR }}
2626
method: approle
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Import Secrets
4747
id: secrets
48-
uses: hashicorp/vault-action@v3.0.0
48+
uses: hashicorp/vault-action@v3.3.0
4949
with:
5050
url: ${{ secrets.VAULT_ADDR }}
5151
method: approle

.github/workflows/RELEASE.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm ci
5050
- name: Import Secrets
5151
id: secrets
52-
uses: hashicorp/vault-action@v3.0.0
52+
uses: hashicorp/vault-action@v3.3.0
5353
with:
5454
url: ${{ secrets.VAULT_ADDR }}
5555
method: approle
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- name: Import Secrets
145145
id: secrets
146-
uses: hashicorp/vault-action@v3.0.0
146+
uses: hashicorp/vault-action@v3.3.0
147147
with:
148148
url: ${{ secrets.VAULT_ADDR }}
149149
method: approle

.github/workflows/RELEASE_ISSUE.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- name: Import Secrets
6161
id: secrets
62-
uses: hashicorp/vault-action@v3.0.0
62+
uses: hashicorp/vault-action@v3.3.0
6363
with:
6464
url: ${{ secrets.VAULT_ADDR }}
6565
method: approle
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Import Secrets
9191
id: secrets
92-
uses: hashicorp/vault-action@v3.0.0
92+
uses: hashicorp/vault-action@v3.3.0
9393
with:
9494
url: ${{ secrets.VAULT_ADDR }}
9595
method: approle

0 commit comments

Comments
 (0)