File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
- name : Use Node.js 16
20
22
uses : actions/setup-node@v4
21
23
with :
38
40
39
41
steps :
40
42
- uses : actions/checkout@v4
43
+ with :
44
+ persist-credentials : false
41
45
- name : Use Node.js 16
42
46
uses : actions/setup-node@v4
43
47
with :
Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
- name : Use Node.js
20
22
uses : actions/setup-node@v4
21
23
with :
53
55
steps :
54
56
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
55
57
- uses : actions/checkout@v4
58
+ with :
59
+ persist-credentials : false
56
60
- name : Use Node.js ${{ matrix.node_version }}
57
61
uses : actions/setup-node@v4
58
62
with :
87
91
88
92
steps :
89
93
- uses : actions/checkout@v4
94
+ with :
95
+ persist-credentials : false
90
96
- name : Use Node.js 16
91
97
uses : actions/setup-node@v4
92
98
with :
@@ -118,6 +124,7 @@ jobs:
118
124
- uses : actions/checkout@v4
119
125
with :
120
126
fetch-depth : 0
127
+ persist-credentials : false
121
128
- name : Use Node.js 16
122
129
uses : actions/setup-node@v4
123
130
with :
Original file line number Diff line number Diff line change 18
18
steps :
19
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
20
- uses : actions/checkout@v4
21
+ with :
22
+ persist-credentials : false
21
23
- name : Use Node.js ${{ matrix.node_version }}
22
24
uses : actions/setup-node@v4
23
25
with :
52
54
- uses : actions/checkout@v4
53
55
with :
54
56
fetch-depth : 0
57
+ persist-credentials : false
55
58
- name : Use Node.js 16
56
59
uses : actions/setup-node@v4
57
60
with :
Original file line number Diff line number Diff line change 18
18
with :
19
19
# Disabling shallow clone is recommended for improving relevancy of reporting
20
20
fetch-depth : 0
21
+ persist-credentials : false
21
22
22
23
- name : Use Node.js
23
24
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments