Skip to content

Commit 45c2f37

Browse files
build(deps): bump actions/github-script in the actions_dep group (#774)
Bumps the actions_dep group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: actions_dep ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76afeed commit 45c2f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gemini-issue-automated-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: 'Post Issue Triage Failure Comment'
118118
if: |-
119119
${{ failure() && steps.gemini_issue_triage.outcome == 'failure' }}
120-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea'
120+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd'
121121
with:
122122
github-token: '${{ steps.generate_token.outputs.token || secrets.GITHUB_TOKEN }}'
123123
script: |-

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
- name: 'Post PR review failure comment'
437437
if: |-
438438
${{ failure() && steps.gemini_pr_review.outcome == 'failure' }}
439-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea'
439+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd'
440440
with:
441441
github-token: '${{ steps.generate_token.outputs.token || secrets.GITHUB_TOKEN }}'
442442
script: |-

0 commit comments

Comments
 (0)