File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
- name : " Extract command"
86
86
id : " extract_command"
87
- uses : " actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea " # ratchet:actions/github-script@v7
87
+ uses : " actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd " # ratchet:actions/github-script@v7
88
88
env :
89
89
EVENT_TYPE : " ${{ github.event_name }}.${{ github.event.action }}"
90
90
REQUEST :
Original file line number Diff line number Diff line change 40
40
steps :
41
41
- name : " Get repository labels"
42
42
id : " get_labels"
43
- uses : " actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea " # ratchet:actions/github-script@v7 .0.1
43
+ uses : " actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd " # ratchet:actions/github-script@v8 .0.0
44
44
with :
45
45
# NOTE: we intentionally do not use the minted token. The default
46
46
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -252,7 +252,7 @@ jobs:
252
252
env :
253
253
AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
254
254
TRIAGED_ISSUES : " ${{ needs.triage.outputs.triaged_issues }}"
255
- uses : " actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea " # ratchet:actions/github-script@v7 .0.1
255
+ uses : " actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd " # ratchet:actions/github-script@v8 .0.0
256
256
with :
257
257
# Use the provided token so that the "gemini-cli" is the actor in the
258
258
# log for what changed the labels.
Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : " Get repository labels"
35
35
id : " get_labels"
36
- uses : " actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea " # ratchet:actions/github-script@v7 .0.1
36
+ uses : " actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd " # ratchet:actions/github-script@v8 .0.0
37
37
with :
38
38
# NOTE: we intentionally do not use the given token. The default
39
39
# GITHUB_TOKEN provided by the action has enough permissions to read
@@ -155,7 +155,7 @@ jobs:
155
155
ISSUE_NUMBER : " ${{ github.event.issue.number }}"
156
156
AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
157
157
SELECTED_LABELS : " ${{ needs.triage.outputs.selected_labels }}"
158
- uses : " actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea " # ratchet:actions/github-script@v7 .0.1
158
+ uses : " actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd " # ratchet:actions/github-script@v8 .0.0
159
159
with :
160
160
# Use the provided token so that the "gemini-cli" is the actor in the
161
161
# log for what changed the labels.
You can’t perform that action at this time.
0 commit comments