Skip to content

Commit 1633c7d

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0 (#8574)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9275b0 commit 1633c7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Extract backport target branch
19-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
19+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
2020
id: target-branch-extractor
2121
with:
2222
result-encoding: string
@@ -30,7 +30,7 @@ jobs:
3030
3131
return target_branch[1];
3232
- name: Post backport started comment to pull request
33-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
33+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
3434
with:
3535
script: |
3636
const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# and we want to update that PR.
6565
#
6666
- name: Ensure target ref exists
67-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
67+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6868
with:
6969
retries: 3
7070
script: |

.github/workflows/submit-to-do-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717

1818
steps:
19-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
19+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
2020
id: check-user
2121
with:
2222
script: |

0 commit comments

Comments
 (0)