From fb8445925cf38412d1aacb1a51f8e0419db25c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:43:51 +0000 Subject: [PATCH] Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_common.yml | 2 +- .github/workflows/pr-bot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index c5b5d0aa1..f3f566463 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -231,7 +231,7 @@ jobs: # If prHeadSha is specified then explicity mark the checks for that SHA - name: Report check status if: ${{ inputs.prHeadSha }} - uses: LouisBrunner/checks-action@v1.6.0 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} # the name must be identical to the one received by the real job diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 5bff16415..d371d8985 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -60,7 +60,7 @@ jobs: # we won't receive a check-run status, and will have to send it "manually" - name: Bypass E2E check-runs status if: ${{ steps.check_command.outputs.command == 'test-force-approve' }} - uses: LouisBrunner/checks-action@v1.1.1 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} # the name must be identical to the one received by the real job