File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 48
48
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52
52
with :
53
53
ref : ${{ github.event.pull_request.head.sha }}
54
54
repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 54
54
- run : pip install nox coverage
55
55
56
56
- name : Checkout base branch
57
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58
58
with :
59
59
ref : ${{ github.base_ref }}
60
60
67
67
coverage erase
68
68
69
69
- name : Checkout PR branch
70
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
70
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
71
with :
72
72
ref : ${{ github.event.pull_request.head.sha }}
73
73
repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 28
28
issues : write
29
29
pull-requests : write
30
30
steps :
31
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
31
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
32
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 55
55
run : pip install nox
56
56
57
57
- name : Checkout code
58
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
59
with :
60
60
ref : ${{ github.event.pull_request.head.sha }}
61
61
repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : " Checkout code"
38
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
38
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
with :
40
40
persist-credentials : false
41
41
Original file line number Diff line number Diff line change 61
61
}
62
62
63
63
- name : Checkout code
64
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
65
65
with :
66
66
ref : ${{ github.event.pull_request.head.sha }}
67
67
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -139,7 +139,7 @@ jobs:
139
139
}
140
140
141
141
- name : Checkout code
142
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
142
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
143
143
with :
144
144
ref : ${{ github.event.pull_request.head.sha }}
145
145
repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments