From 5f5644ad9f5b66689505ae5d0dee282e09c06abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:13:49 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/camera_service_compilation_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/camera_service_compilation_pr.yml b/.github/workflows/camera_service_compilation_pr.yml index 2716cba..084b4a4 100644 --- a/.github/workflows/camera_service_compilation_pr.yml +++ b/.github/workflows/camera_service_compilation_pr.yml @@ -39,7 +39,7 @@ jobs: echo "sha=$(cat pr/SHA)" >> "$GITHUB_OUTPUT" - name: Report pending status on PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createCommitStatus({ @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report final status on PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createCommitStatus({