14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
+ with :
18
+ persist-credentials : false
17
19
18
20
- name : Use Node.js 22.x
19
21
uses : actions/setup-node@v4
39
41
FORCE_COLOR : 3
40
42
steps :
41
43
- uses : actions/checkout@v4
44
+ with :
45
+ persist-credentials : false
42
46
43
47
- name : Use Node.js 22.x
44
48
uses : actions/setup-node@v4
73
77
74
78
steps :
75
79
- uses : actions/checkout@v4
80
+ with :
81
+ persist-credentials : false
76
82
77
83
- name : Use Node.js 22.x
78
84
uses : actions/setup-node@v4
96
102
needs : build
97
103
steps :
98
104
- uses : actions/checkout@v4
105
+ with :
106
+ persist-credentials : false
107
+
99
108
- name : Use Node.js 16.x
100
109
uses : actions/setup-node@v4
101
110
with :
@@ -115,6 +124,9 @@ jobs:
115
124
needs : build
116
125
steps :
117
126
- uses : actions/checkout@v4
127
+ with :
128
+ persist-credentials : false
129
+
118
130
- name : Setup Bun
119
131
uses : antongolub/action-setup-bun@v1
120
132
- uses : actions/download-artifact@v4
@@ -135,6 +147,8 @@ jobs:
135
147
deno-version : [v1.x, v2.x]
136
148
steps :
137
149
- uses : actions/checkout@v4
150
+ with :
151
+ persist-credentials : false
138
152
- name : Setup Deno
139
153
uses : denoland/setup-deno@v2
140
154
with :
@@ -156,6 +170,8 @@ jobs:
156
170
node-version : [12, 14, 16, 18, 20, 22, 22-nightly, 23]
157
171
steps :
158
172
- uses : actions/checkout@v4
173
+ with :
174
+ persist-credentials : false
159
175
- name : Use Node.js ${{ matrix.node-version }}
160
176
uses : actions/setup-node@v4
161
177
with :
@@ -179,6 +195,8 @@ jobs:
179
195
ts : [4, 5, rc]
180
196
steps :
181
197
- uses : actions/checkout@v4
198
+ with :
199
+ persist-credentials : false
182
200
- name : Use Node.js 22.x
183
201
uses : actions/setup-node@v4
184
202
with :
0 commit comments