Commit f97f4e0 1 parent ab49165 commit f97f4e0 Copy full SHA for f97f4e0
File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
config : ${{ vars.PERMISSIONS_CONFIG }}
45
45
- name : Checkout
46
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47
47
48
48
- name : Setup tools
49
49
uses : ./.github/actions/tools
Original file line number Diff line number Diff line change 45
45
config : ${{ vars.PERMISSIONS_CONFIG }}
46
46
47
47
- name : Checkout
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
49
50
50
- name : Setup tools
51
51
uses : ./.github/actions/tools
Original file line number Diff line number Diff line change 54
54
config : ${{ vars.PERMISSIONS_CONFIG }}
55
55
56
56
- name : Checkout
57
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58
58
59
59
- name : Step that prints name of pull request's base branch
60
60
run : |
Original file line number Diff line number Diff line change 45
45
config : ${{ vars.PERMISSIONS_CONFIG }}
46
46
47
47
- name : Checkout
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
49
50
50
- name : Setup tools
51
51
uses : ./.github/actions/tools
59
59
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63
63
64
64
- name : Setup tools
65
65
uses : ./.github/actions/tools
73
73
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
76
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
77
77
78
78
- name : Setup tools
79
79
uses : ./.github/actions/tools
Original file line number Diff line number Diff line change 31
31
with :
32
32
config : ${{ vars.PERMISSIONS_CONFIG }}
33
33
34
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
35
with :
36
36
fetch-depth : 1
37
37
Original file line number Diff line number Diff line change 37
37
with :
38
38
config : ${{ vars.PERMISSIONS_CONFIG }}
39
39
40
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
42
42
- name : Label Commenter
43
43
uses : peaceiris/actions-label-commenter@v1
Original file line number Diff line number Diff line change 31
31
with :
32
32
config : ${{ vars.PERMISSIONS_CONFIG }}
33
33
- name : Checkout the latest code
34
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
35
with :
36
36
token : ${{ secrets.GITHUB_TOKEN }}
37
37
fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 34
34
config : ${{ vars.PERMISSIONS_CONFIG }}
35
35
36
36
- name : Checkout
37
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
38
39
39
- name : Setup tools
40
40
uses : ./.github/actions/tools
Original file line number Diff line number Diff line change 53
53
egress-policy : audit
54
54
55
55
- name : " Checkout code"
56
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
57
57
with :
58
58
persist-credentials : false
59
59
Original file line number Diff line number Diff line change 30
30
with :
31
31
config : ${{ vars.PERMISSIONS_CONFIG }}
32
32
33
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
34
35
35
- uses : actions-ecosystem/action-size@v2
36
36
id : size
You can’t perform that action at this time.
0 commit comments