Commit 920f969 1 parent 1d3b280 commit 920f969 Copy full SHA for 920f969
File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
with :
21
21
# Unsetting this would make so that any malicious package could get our Github Token
22
- persist-credentials : false
22
+
23
23
24
24
# Run
25
25
- name : Build
Original file line number Diff line number Diff line change 24
24
with :
25
25
ref : ${{ github.ref }}
26
26
# Unsetting this would make so that any malicious package could get our Github Token
27
- persist-credentials : false
27
+
28
28
29
29
# Run
30
30
- name : Check Changelog
66
66
- name : Checkout
67
67
uses : actions/checkout@v4
68
68
with :
69
- persist-credentials : false
69
+
70
70
71
71
- name : Install i686 dependencies
72
72
if : matrix.host == 'i686-unknown-linux-gnu'
@@ -126,7 +126,7 @@ jobs:
126
126
- name : Checkout
127
127
uses : actions/checkout@v4
128
128
with :
129
- persist-credentials : false
129
+
130
130
131
131
- name : Install toolchain
132
132
run : rustup show active-toolchain
@@ -143,7 +143,7 @@ jobs:
143
143
- name : Checkout
144
144
uses : actions/checkout@v4
145
145
with :
146
- persist-credentials : false
146
+
147
147
148
148
- name : Install toolchain
149
149
run : rustup show active-toolchain
@@ -197,7 +197,7 @@ jobs:
197
197
- name : Checkout
198
198
uses : actions/checkout@v4
199
199
with :
200
- persist-credentials : false
200
+
201
201
202
202
- name : Install toolchain
203
203
run : rustup show active-toolchain
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v4
28
28
with :
29
29
# Unsetting this would make so that any malicious package could get our Github Token
30
- persist-credentials : false
30
+ persist-credentials : true
31
31
32
32
- name : Install toolchain
33
33
run : rustup show active-toolchain
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
uses : actions/checkout@v4
25
25
with :
26
26
# Unsetting this would make so that any malicious package could get our Github Token
27
- persist-credentials : false
27
+
28
28
29
29
- name : Checkout
30
30
uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ env.TARGET_BRANCH }}
33
33
path : ' out'
34
34
# Unsetting this would make so that any malicious package could get our Github Token
35
- persist-credentials : false
35
+
36
36
37
37
# Run
38
38
- name : Set tag name
Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 2
24
24
# Unsetting this would make so that any malicious package could get our Github Token
25
- persist-credentials : false
25
+
26
26
27
27
# HEAD is the generated merge commit `refs/pull/N/merge` between the PR and `master`, `HEAD^`
28
28
# being the commit from `master` that is the base of the merge
77
77
uses : actions/checkout@v4
78
78
with :
79
79
# Unsetting this would make so that any malicious package could get our Github Token
80
- persist-credentials : false
80
+
81
81
82
82
- name : Cache lintcheck bin
83
83
id : cache-lintcheck-bin
@@ -110,7 +110,7 @@ jobs:
110
110
uses : actions/checkout@v4
111
111
with :
112
112
# Unsetting this would make so that any malicious package could get our Github Token
113
- persist-credentials : false
113
+
114
114
115
115
- name : Restore lintcheck bin
116
116
uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
with :
16
16
# Unsetting this would make so that any malicious package could get our Github Token
17
- persist-credentials : false
17
+
18
18
19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments