File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
with :
19
+ persist-credentials : false
19
20
fetch-depth : 0
20
21
fetch-tags : true
21
22
- name : Collect available versions
39
40
steps :
40
41
- uses : actions/checkout@v4
41
42
with :
43
+ persist-credentials : false
42
44
ref : ${{ matrix.revision }}
43
45
44
46
- name : Compute implementation name
Original file line number Diff line number Diff line change 24
24
implementation-name : ${{ steps.impl.outputs.name }}
25
25
steps :
26
26
- uses : actions/checkout@v4
27
+ with :
28
+ persist-credentials : false
27
29
28
30
- name : Install bowtie
29
31
uses : bowtie-json-schema/bowtie@main
56
58
57
59
steps :
58
60
- uses : actions/checkout@v4
61
+ with :
62
+ persist-credentials : false
59
63
60
64
- name : Install bowtie
61
65
uses : bowtie-json-schema/bowtie@main
You can’t perform that action at this time.
0 commit comments