Skip to content

Commit 9f32c65

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0 (#1552)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f04e3 commit 9f32c65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gemini-dispatch.yml

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

.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.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
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
161161
TRIAGED_ISSUES: "${{ needs.triage.outputs.triaged_issues }}"
162-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
162+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
163163
with:
164164
# Use the provided token so that the "gemini-cli" is the actor in the
165165
# 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
@@ -33,7 +33,7 @@ jobs:
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
@@ -127,7 +127,7 @@ jobs:
127127
ISSUE_NUMBER: "${{ github.event.issue.number }}"
128128
AVAILABLE_LABELS: "${{ needs.triage.outputs.available_labels }}"
129129
SELECTED_LABELS: "${{ needs.triage.outputs.selected_labels }}"
130-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # ratchet:actions/github-script@v7.0.1
130+
uses: "actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd" # ratchet:actions/github-script@v8.0.0
131131
with:
132132
# Use the provided token so that the "gemini-cli" is the actor in the
133133
# log for what changed the labels.

0 commit comments

Comments
 (0)