From dc68a5050df6e02e0c3200699fc49f3e1882629e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:55:39 +0100 Subject: [PATCH] Pin jayqi/failed-build-issue-action action to 1a893bb (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be7dc9a..f064d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: git diff --exit-code - name: Notify on failed build - uses: jayqi/failed-build-issue-action@v1.2.0 + uses: jayqi/failed-build-issue-action@1a893bbf43ef1c2a8705e2b115cd4f0fe3c5649b # v1.2.0 if: failure() && github.event.pull_request == null with: github-token: ${{ secrets.GITHUB_TOKEN }}