diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index afdabf2..13ec95f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,5 +13,5 @@ concurrency: jobs: lint: - uses: cap-js/.github/.github/workflows/lint.yml@main + uses: cap-js/.github/.github/workflows/lint.yml@d7f6729c11a3aff1d1e2704df8d1ac47bb2fd927 # main secrets: inherit diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c57d5e4..4fd7711 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -18,10 +18,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@d7f6729c11a3aff1d1e2704df8d1ac47bb2fd927 # main check-pr-title: runs-on: ubuntu-latest steps: - name: Check PR title - uses: cap-js/.github/.github/actions/check-pr-title@main + uses: cap-js/.github/.github/actions/check-pr-title@d7f6729c11a3aff1d1e2704df8d1ac47bb2fd927 # main diff --git a/.github/workflows/prepare-next-version.yml b/.github/workflows/prepare-next-version.yml index c42f1e9..609b408 100644 --- a/.github/workflows/prepare-next-version.yml +++ b/.github/workflows/prepare-next-version.yml @@ -24,7 +24,7 @@ concurrency: jobs: prepare-next-version: - uses: cap-js/.github/.github/workflows/prepare-next-version.yml@main + uses: cap-js/.github/.github/workflows/prepare-next-version.yml@d7f6729c11a3aff1d1e2704df8d1ac47bb2fd927 # main secrets: inherit with: increment: ${{ github.event.inputs.increment }}