diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97be281..ffb2a21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: image: node:24 steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: Install packages diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9a705a..493e13f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: image: node:24 steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: Install packages diff --git a/.github/workflows/pin-dependencies-check.yml b/.github/workflows/pin-dependencies-check.yml index 7674fb2..3c269b5 100644 --- a/.github/workflows/pin-dependencies-check.yml +++ b/.github/workflows/pin-dependencies-check.yml @@ -19,6 +19,6 @@ jobs: image: node:24-slim steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Check for pinned dependencies run: node ./scripts/check-dependency-versions.ts diff --git a/.github/workflows/pull-request-title-check.yml b/.github/workflows/pull-request-title-check.yml index 3d95c91..9852d6a 100644 --- a/.github/workflows/pull-request-title-check.yml +++ b/.github/workflows/pull-request-title-check.yml @@ -15,6 +15,6 @@ jobs: image: node:24-slim steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Check pull request title run: node ./scripts/pull-request-title-check.ts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fd1a79..561370f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: container: image: node:24 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: Install dependencies @@ -56,7 +56,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: