Commit ee8a74f 1 parent d66b472 commit ee8a74f Copy full SHA for ee8a74f
File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
13
with :
14
+ persist-credentials : false
14
15
ref : ${{ github.event.pull_request.head.sha }}
15
16
- name : Setup Python
16
17
uses : actions/setup-python@v5
38
39
- name : Checkout
39
40
uses : actions/checkout@v4
40
41
with :
42
+ persist-credentials : false
41
43
ref : ${{ github.event.pull_request.head.sha }}
42
44
- name : Setup Python
43
45
uses : actions/setup-python@v5
66
68
- name : Checkout
67
69
uses : actions/checkout@v4
68
70
with :
71
+ persist-credentials : false
69
72
ref : ${{ github.event.pull_request.head.sha }}
70
73
- name : Setup Python
71
74
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
17
+ with :
18
+ persist-credentials : false
17
19
- name : Setup Python
18
20
uses : actions/setup-python@v5
19
21
with :
You can’t perform that action at this time.
0 commit comments