From 37eb8da7e440e62eeb19238cc3a08ecc5d656afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:28:01 +0000 Subject: [PATCH] Pin cap-js/.github action to 0d356c8 --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9991ff6..8f99ab5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check changelog - uses: cap-js/.github/.github/actions/check-changelog@main + uses: cap-js/.github/.github/actions/check-changelog@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # main check-pr-title: runs-on: ubuntu-latest steps: - name: Check PR title - uses: cap-js/.github/.github/actions/check-pr-title@main \ No newline at end of file + uses: cap-js/.github/.github/actions/check-pr-title@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # main \ No newline at end of file