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 8484
8585 - name : " Extract command"
8686 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
8888 env :
8989 EVENT_TYPE : " ${{ github.event_name }}.${{ github.event.action }}"
9090 REQUEST :
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
@@ -252,7 +252,7 @@ jobs:
252252 env :
253253 AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
254254 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
256256 with :
257257 # Use the provided token so that the "gemini-cli" is the actor in the
258258 # log for what changed the labels.
Original file line number Diff line number Diff line change 3333 steps :
3434 - name : " Get repository labels"
3535 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
3737 with :
3838 # NOTE: we intentionally do not use the given token. The default
3939 # GITHUB_TOKEN provided by the action has enough permissions to read
@@ -155,7 +155,7 @@ jobs:
155155 ISSUE_NUMBER : " ${{ github.event.issue.number }}"
156156 AVAILABLE_LABELS : " ${{ needs.triage.outputs.available_labels }}"
157157 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
159159 with :
160160 # Use the provided token so that the "gemini-cli" is the actor in the
161161 # log for what changed the labels.
You can’t perform that action at this time.
0 commit comments