From 77b3a395a53201a7260907fb4dca2bcdc2654141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:53:48 +0000 Subject: [PATCH] build(deps): bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/373c709c69115d41ff229c7e5df9f8788daa9553...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 3a2844b7e9c422d3c10d287c895573f7108da1b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/combine_and_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine_and_report.yml b/.github/workflows/combine_and_report.yml index 95bb7d71f7..f03a86272b 100644 --- a/.github/workflows/combine_and_report.yml +++ b/.github/workflows/combine_and_report.yml @@ -47,7 +47,7 @@ jobs: test_reports/**/rspec*.xml - name: Set job status if: ${{ steps.test_summary.outputs.failed > 0 }} - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | core.setFailed('There are test failures')