From 444d4dfdcbee453b39c3a1face21b3a5e0ea6bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:31:25 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-check-ubi10.yaml | 4 ++-- .github/workflows/pr-check.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check-ubi10.yaml b/.github/workflows/pr-check-ubi10.yaml index 414196e5..90824ee0 100644 --- a/.github/workflows/pr-check-ubi10.yaml +++ b/.github/workflows/pr-check-ubi10.yaml @@ -94,7 +94,7 @@ jobs: docker manifest push ${{ env.REGISTRY }}/base-developer-image:ubi10-pr-${{github.event.number}} - name: 'Comment PR' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { repo: { owner, repo } } = context; @@ -181,7 +181,7 @@ jobs: # # docker manifest push ${{ env.REGISTRY }}/universal-developer-image:ubi10-pr-${{github.event.number}} # - name: 'Comment PR' - # uses: actions/github-script@v7 + # uses: actions/github-script@v8 # with: # script: | # const { repo: { owner, repo } } = context; diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 485225ac..2538a2f1 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -130,7 +130,7 @@ jobs: docker manifest push ${{ env.REGISTRY }}/universal-developer-image:pr-${{github.event.number}} - name: 'Comment PR' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { repo: { owner, repo } } = context;