File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Comment starting
38
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
38
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
39
39
with :
40
40
github-token : ${{ secrets.GITHUB_TOKEN }}
41
41
script : |
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Comment success with changes
143
143
if : steps.changes.outputs.has_changes == 'true'
144
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
144
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
145
145
with :
146
146
github-token : ${{ secrets.GITHUB_TOKEN }}
147
147
script : |
@@ -154,7 +154,7 @@ jobs:
154
154
155
155
- name : Comment success without changes
156
156
if : steps.changes.outputs.has_changes == 'false' && steps.precommit.outcome == 'success'
157
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
157
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
158
158
with :
159
159
github-token : ${{ secrets.GITHUB_TOKEN }}
160
160
script : |
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : Comment failure
169
169
if : failure()
170
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
170
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
171
171
with :
172
172
github-token : ${{ secrets.GITHUB_TOKEN }}
173
173
script : |
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Check comment author
20
20
id : check_author
21
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
21
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
22
22
with :
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
24
24
script : |
77
77
78
78
- name : React to comment
79
79
if : steps.check_author.outputs.authorized == 'true'
80
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
80
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
81
81
with :
82
82
github-token : ${{ secrets.GITHUB_TOKEN }}
83
83
script : |
90
90
91
91
- name : Trigger execution workflow
92
92
if : steps.check_author.outputs.authorized == 'true'
93
- uses : actions/github-script@b72609b8d3f6598eef55e8f8010b7cba8b9ff9c5 # v7.0.1
93
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
94
94
with :
95
95
github-token : ${{ secrets.GITHUB_TOKEN }}
96
96
script : |
You can’t perform that action at this time.
0 commit comments