diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2848a1d..788b18c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 - run: bun install --frozen-lockfile - run: bun run types diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac39b1e..1512f9f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 with: ref: ${{ github.event.inputs.ref || github.ref }} @@ -72,7 +72,7 @@ jobs: - package: "@cortexkit/pi-openai-auth" workspace: "@cortexkit/pi-openai-auth" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 with: ref: ${{ github.event.inputs.ref || github.ref }} @@ -138,7 +138,7 @@ jobs: needs: [test, publish-npm] if: github.event_name == 'push' steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6 - name: Create GitHub Release uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3