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 8383
8484 - name : ' Extract command'
8585 id : ' extract_command'
86- uses : ' actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea ' # ratchet:actions/github-script@v7
86+ uses : ' actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd ' # ratchet:actions/github-script@v7
8787 env :
8888 EVENT_TYPE : ' ${{ github.event_name }}.${{ github.event.action }}'
8989 REQUEST : ' ${{ github.event.comment.body || github.event.review.body || github.event.issue.body }}'
Original file line number Diff line number Diff line change 4040 steps :
4141 - name : ' Get repository labels'
4242 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
4444 with :
4545 # NOTE: we intentionally do not use the minted token. The default
4646 # GITHUB_TOKEN provided by the action has enough permissions to read
@@ -262,7 +262,7 @@ jobs:
262262 env :
263263 AVAILABLE_LABELS : ' ${{ needs.triage.outputs.available_labels }}'
264264 TRIAGED_ISSUES : ' ${{ needs.triage.outputs.triaged_issues }}'
265- uses : ' actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea ' # ratchet:actions/github-script@v7 .0.1
265+ uses : ' actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd ' # ratchet:actions/github-script@v8 .0.0
266266 with :
267267 # Use the provided token so that the "gemini-cli" is the actor in the
268268 # log for what changed the labels.
Original file line number Diff line number Diff line change 3131 steps :
3232 - name : ' Get repository labels'
3333 id : ' get_labels'
34- uses : ' actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea ' # ratchet:actions/github-script@v7 .0.1
34+ uses : ' actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd ' # ratchet:actions/github-script@v8 .0.0
3535 with :
3636 # NOTE: we intentionally do not use the given token. The default
3737 # GITHUB_TOKEN provided by the action has enough permissions to read
@@ -171,7 +171,7 @@ jobs:
171171 ISSUE_NUMBER : ' ${{ github.event.issue.number }}'
172172 AVAILABLE_LABELS : ' ${{ needs.triage.outputs.available_labels }}'
173173 SELECTED_LABELS : ' ${{ needs.triage.outputs.selected_labels }}'
174- uses : ' actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea ' # ratchet:actions/github-script@v7 .0.1
174+ uses : ' actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd ' # ratchet:actions/github-script@v8 .0.0
175175 with :
176176 # Use the provided token so that the "gemini-cli" is the actor in the
177177 # log for what changed the labels.
You can’t perform that action at this time.
0 commit comments