File tree 11 files changed +40
-0
lines changed
11 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : " Check out PR branch"
20
20
uses : actions/checkout@v4
21
+ with :
22
+ persist-credentials : false
21
23
22
24
- name : " Run audit"
23
25
run : |
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : " Checkout"
24
24
uses : actions/checkout@v4
25
+ with :
26
+ persist-credentials : false
25
27
26
28
- name : " Generate cache key"
27
29
env :
74
76
steps :
75
77
- name : " Checkout"
76
78
uses : actions/checkout@v4
79
+ with :
80
+ persist-credentials : false
77
81
78
82
- name : " Set default toolchain"
79
83
run : rustup default nightly
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : " Checkout"
10
10
uses : actions/checkout@v3
11
+ with :
12
+ persist-credentials : false
11
13
12
14
- name : " Set up JDK 17"
13
15
uses : actions/setup-java@v2
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : " Checkout publishing branch"
13
13
uses : actions/checkout@v4
14
+ with :
15
+ persist-credentials : false
14
16
15
17
- name : " Cache"
16
18
uses : actions/cache@v3
42
44
steps :
43
45
- name : " Checkout"
44
46
uses : actions/checkout@v4
47
+ with :
48
+ persist-credentials : false
45
49
46
50
- name : " Build Swift package"
47
51
working-directory : bdk-swift
71
75
uses : actions/checkout@v4
72
76
with :
73
77
submodules : true
78
+ persist-credentials : false
74
79
75
80
- name : " Install Rust 1.84.1"
76
81
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : " Check out PR branch"
11
11
uses : actions/checkout@v4
12
+ with :
13
+ persist-credentials : false
12
14
13
15
- name : " Cache"
14
16
uses : actions/cache@v3
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : " Checkout publishing branch"
10
10
uses : actions/checkout@v4
11
+ with :
12
+ persist-credentials : false
11
13
12
14
- name : " Cache"
13
15
uses : actions/cache@v3
42
44
steps :
43
45
- name : " Checkout publishing branch"
44
46
uses : actions/checkout@v4
47
+ with :
48
+ persist-credentials : false
45
49
46
50
- name : " Set up JDK"
47
51
uses : actions/setup-java@v4
67
71
steps :
68
72
- name : " Checkout publishing branch"
69
73
uses : actions/checkout@v4
74
+ with :
75
+ persist-credentials : false
70
76
71
77
- name : " Cache"
72
78
uses : actions/cache@v3
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
with :
28
28
submodules : true
29
+ persist-credentials : false
29
30
30
31
- name : " Install Rust 1.84.1"
31
32
uses : actions-rs/toolchain@v1
64
65
uses : actions/checkout@v4
65
66
with :
66
67
submodules : true
68
+ persist-credentials : false
67
69
68
70
- name : " Install Python"
69
71
uses : actions/setup-python@v4
@@ -103,6 +105,7 @@ jobs:
103
105
uses : actions/checkout@v4
104
106
with :
105
107
submodules : true
108
+ persist-credentials : false
106
109
107
110
- name : " Install Python"
108
111
uses : actions/setup-python@v4
@@ -141,6 +144,8 @@ jobs:
141
144
uses : actions/checkout@v4
142
145
with :
143
146
submodules : true
147
+ persist-credentials : false
148
+
144
149
- uses : actions/setup-python@v4
145
150
with :
146
151
python-version : ${{ matrix.python }}
@@ -167,6 +172,8 @@ jobs:
167
172
steps :
168
173
- name : " Checkout"
169
174
uses : actions/checkout@v4
175
+ with :
176
+ persist-credentials : false
170
177
171
178
- name : " Download artifacts in dist/ directory"
172
179
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 21
21
22
22
- name : " Check out PR branch"
23
23
uses : actions/checkout@v4
24
+ with :
25
+ persist-credentials : false
24
26
25
27
- name : " Cache"
26
28
uses : actions/cache@v3
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : " Check out PR branch"
18
18
uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
20
22
- name : " Cache"
21
23
uses : actions/cache@v3
Original file line number Diff line number Diff line change 35
35
uses : actions/checkout@v4
36
36
with :
37
37
submodules : true
38
+ persist-credentials : false
38
39
39
40
- name : " Install Rust 1.84.1"
40
41
uses : actions-rs/toolchain@v1
80
81
uses : actions/checkout@v4
81
82
with :
82
83
submodules : true
84
+ persist-credentials : false
83
85
84
86
- name : " Install Python"
85
87
uses : actions/setup-python@v4
@@ -125,6 +127,8 @@ jobs:
125
127
uses : actions/checkout@v4
126
128
with :
127
129
submodules : true
130
+ persist-credentials : false
131
+
128
132
- uses : actions/setup-python@v4
129
133
with :
130
134
python-version : ${{ matrix.python }}
@@ -168,6 +172,7 @@ jobs:
168
172
uses : actions/checkout@v4
169
173
with :
170
174
submodules : true
175
+ persist-credentials : false
171
176
172
177
- name : " Install Python"
173
178
uses : actions/setup-python@v4
@@ -204,6 +209,7 @@ jobs:
204
209
uses : actions/checkout@v4
205
210
with :
206
211
submodules : true
212
+ persist-credentials : false
207
213
208
214
- name : " Install Ruff"
209
215
run : curl -LsSf https://astral.sh/ruff/install.sh | sh
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : " Checkout"
19
19
uses : actions/checkout@v4
20
+ with :
21
+ persist-credentials : false
20
22
21
23
- name : " Build Swift package"
22
24
working-directory : bdk-swift
You can’t perform that action at this time.
0 commit comments