Skip to content

Commit f426940

Browse files
build(deps): bump actions/github-script from 7.0.1 to 7.1.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...f28e40c) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3920e69 commit f426940

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/comment-failure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
echo "gha_url=https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" >> $GITHUB_ENV
1515
- name: Send build failure comment
1616
if: failure()
17-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
17+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1818
with:
1919
result-encoding: string
2020
script: |

.github/workflows/issue-comment-created.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: github.event.issue.pull_request && endsWith(github.event.comment.body, '/wr')
3333
steps:
34-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
34+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
3535
with:
3636
script: |
3737
github.rest.issues.addLabels({

.github/workflows/remove-issue-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
remove-label:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
16+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1717
env:
1818
REMOVE_LABEL: ${{ inputs.label-name }}
1919
with:

0 commit comments

Comments
 (0)