Skip to content

Commit 6a31c2a

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/github-script from 7.0.1 to 8.0.0
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]>
1 parent e71c6ee commit 6a31c2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checkMergeCommits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Update Message
2121
if: ${{ failure() }}
22-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
22+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2323
with:
2424
script: |
2525
core.setFailed('Please always use rebase to update your branch')

.github/workflows/publishVersionCheckResults.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name: Search version increment git patch
28-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
28+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2929
id: search-patch
3030
with:
3131
script: |
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false #Opt out from persisting the default Github-token authentication in order to enable use of the bot's PAT when pushing below
4444

4545
- name: Download version increment git patch
46-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
46+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4747
id: fetch-patch
4848
if: steps.search-patch.outputs.result
4949
with:
@@ -103,7 +103,7 @@ jobs:
103103
direction: last
104104

105105
- name: Add or update information comment
106-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
106+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
107107
if: always() && steps.search-patch.outputs.result
108108
env:
109109
FILELIST: ${{ steps.git-commit.outputs.file-list }}

0 commit comments

Comments
 (0)