Skip to content

Commit 48b98dd

Browse files
deps(actions): bump actions/github-script from 7.0.1 to 8.0.0 (llm-d-incubation#304)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a9402 commit 48b98dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Check permissions and /ok-to-test
6060
id: check
61-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
61+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6262
with:
6363
script: |
6464
// Helper to check if user has write access
@@ -936,7 +936,7 @@ jobs:
936936
if: always() && github.event_name == 'issue_comment' && needs.gate.outputs.should_run == 'true'
937937
steps:
938938
- name: Report status to PR
939-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
939+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
940940
with:
941941
script: |
942942
const prHeadSha = '${{ needs.gate.outputs.pr_head_sha }}';

0 commit comments

Comments
 (0)