From e0f99d9dd16800323f1ab84d51c3f0425b168a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:43:20 +0000 Subject: [PATCH] Bump LouisBrunner/checks-action from 3.0.0 to 3.1.0 Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/dfcbcf801bff1ea7f1414824fc28f2cd697b35da...937cbbcde3259005b50746dc91cde29098aac2ff) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/compare-ds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compare-ds.yaml b/.github/workflows/compare-ds.yaml index 69c6c13283c6..a67386e175f6 100644 --- a/.github/workflows/compare-ds.yaml +++ b/.github/workflows/compare-ds.yaml @@ -43,7 +43,7 @@ jobs: echo "Base Branch: ${BASE_BRANCH}" echo "Fork Point: ${FORK_POINT}" - name: Create GitHub check run - uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0 + uses: LouisBrunner/checks-action@937cbbcde3259005b50746dc91cde29098aac2ff # v3.1.0 id: create_check with: token: ${{ secrets.GITHUB_TOKEN }} @@ -204,7 +204,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Compare DS if: always() - uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0 + uses: LouisBrunner/checks-action@937cbbcde3259005b50746dc91cde29098aac2ff # v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} conclusion: ${{ job.status }}