File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Import Secrets
21
21
id : secrets
22
- uses : hashicorp/vault-action@v3.0 .0
22
+ uses : hashicorp/vault-action@v3.3 .0
23
23
with :
24
24
url : ${{ secrets.VAULT_ADDR }}
25
25
method : approle
Original file line number Diff line number Diff line change 29
29
- name : Import Secrets
30
30
if : ${{ runner.OS == 'Linux' }}
31
31
id : secrets
32
- uses : hashicorp/vault-action@v3.0 .0
32
+ uses : hashicorp/vault-action@v3.3 .0
33
33
with :
34
34
url : ${{ secrets.VAULT_ADDR }}
35
35
method : approle
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : Import Secrets
33
33
id : secrets
34
- uses : hashicorp/vault-action@v3.0 .0
34
+ uses : hashicorp/vault-action@v3.3 .0
35
35
with :
36
36
url : ${{ secrets.VAULT_ADDR }}
37
37
method : approle
Original file line number Diff line number Diff line change 35
35
run : npm ci
36
36
- name : Import Secrets
37
37
id : secrets
38
- uses : hashicorp/vault-action@v3.0 .0
38
+ uses : hashicorp/vault-action@v3.3 .0
39
39
with :
40
40
url : ${{ secrets.VAULT_ADDR }}
41
41
method : approle
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
- name : Import Secrets
113
113
id : secrets
114
- uses : hashicorp/vault-action@v3.0 .0
114
+ uses : hashicorp/vault-action@v3.3 .0
115
115
with :
116
116
url : ${{ secrets.VAULT_ADDR }}
117
117
method : approle
Original file line number Diff line number Diff line change 20
20
21
21
- name : Import Secrets
22
22
id : secrets
23
- uses : hashicorp/vault-action@v3.0 .0
23
+ uses : hashicorp/vault-action@v3.3 .0
24
24
with :
25
25
url : ${{ secrets.VAULT_ADDR }}
26
26
method : approle
45
45
steps :
46
46
- name : Import Secrets
47
47
id : secrets
48
- uses : hashicorp/vault-action@v3.0 .0
48
+ uses : hashicorp/vault-action@v3.3 .0
49
49
with :
50
50
url : ${{ secrets.VAULT_ADDR }}
51
51
method : approle
Original file line number Diff line number Diff line change 49
49
run : npm ci
50
50
- name : Import Secrets
51
51
id : secrets
52
- uses : hashicorp/vault-action@v3.0 .0
52
+ uses : hashicorp/vault-action@v3.3 .0
53
53
with :
54
54
url : ${{ secrets.VAULT_ADDR }}
55
55
method : approle
@@ -143,7 +143,7 @@ jobs:
143
143
steps :
144
144
- name : Import Secrets
145
145
id : secrets
146
- uses : hashicorp/vault-action@v3.0 .0
146
+ uses : hashicorp/vault-action@v3.3 .0
147
147
with :
148
148
url : ${{ secrets.VAULT_ADDR }}
149
149
method : approle
Original file line number Diff line number Diff line change 59
59
steps :
60
60
- name : Import Secrets
61
61
id : secrets
62
- uses : hashicorp/vault-action@v3.0 .0
62
+ uses : hashicorp/vault-action@v3.3 .0
63
63
with :
64
64
url : ${{ secrets.VAULT_ADDR }}
65
65
method : approle
89
89
steps :
90
90
- name : Import Secrets
91
91
id : secrets
92
- uses : hashicorp/vault-action@v3.0 .0
92
+ uses : hashicorp/vault-action@v3.3 .0
93
93
with :
94
94
url : ${{ secrets.VAULT_ADDR }}
95
95
method : approle
You can’t perform that action at this time.
0 commit comments