Skip to content

Commit 01ba19e

Browse files
build(deps): 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@v7.0.1...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 ad5317e commit 01ba19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-matrix-extras.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: 'cat $GITHUB_EVENT_PATH || true'
2727
- name: Set PR variables
2828
id: pr
29-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
29+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3030
with:
3131
script: |
3232
const pr = await github.rest.pulls.get({
@@ -96,7 +96,7 @@ jobs:
9696
ARTIFACTS: ${{ github.workspace }}/artifacts
9797
steps:
9898
- name: Report tests check
99-
uses: actions/github-script@60a0d83039c74a4aee5e5cbf49f72e2045aa4292 # v7.0.1
99+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7.0.1
100100
id: check-run
101101
with:
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Report tests check
155155
if: success() || failure()
156-
uses: actions/github-script@60a0d83039c74a4aee5e5cbf49f72e2045aa4292 # v7.0.1
156+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7.0.1
157157
with:
158158
github-token: ${{ secrets.GITHUB_TOKEN }}
159159
script: |

0 commit comments

Comments
 (0)