Skip to content

Commit dce6ad8

Browse files
ci: bump actions/github-script from 7 to 8
1 parent 6840824 commit dce6ad8

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/gemini-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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@v8
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 }}'

.github/workflows/gemini-scheduled-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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
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
256256
with:
257257
# Use the provided token so that the "gemini-cli" is the actor in the
258258
# log for what changed the labels.

.github/workflows/gemini-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
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
@@ -153,7 +153,7 @@ jobs:
153153
ISSUE_NUMBER: '${{ github.event.issue.number }}'
154154
AVAILABLE_LABELS: '${{ needs.triage.outputs.available_labels }}'
155155
SELECTED_LABELS: '${{ needs.triage.outputs.selected_labels }}'
156-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
156+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8
157157
with:
158158
# Use the provided token so that the "gemini-cli" is the actor in the
159159
# log for what changed the labels.

examples/workflows/gemini-dispatch/gemini-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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@v8
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 }}'

examples/workflows/issue-triage/gemini-scheduled-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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
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
256256
with:
257257
# Use the provided token so that the "gemini-cli" is the actor in the
258258
# log for what changed the labels.

examples/workflows/issue-triage/gemini-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
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
@@ -153,7 +153,7 @@ jobs:
153153
ISSUE_NUMBER: '${{ github.event.issue.number }}'
154154
AVAILABLE_LABELS: '${{ needs.triage.outputs.available_labels }}'
155155
SELECTED_LABELS: '${{ needs.triage.outputs.selected_labels }}'
156-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
156+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8
157157
with:
158158
# Use the provided token so that the "gemini-cli" is the actor in the
159159
# log for what changed the labels.

0 commit comments

Comments
 (0)