diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index ade7100be..c7650094f 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -53,7 +53,7 @@ jobs: input-text: ${{ inputs.model }} - name: Run OpenCode to draft release - uses: anomalyco/opencode/github@11e47f91496005aab4d7c5a2d0a7da5d2651b4ac # v1.17.8 + uses: anomalyco/opencode/github@67aec2212010d67775c35e696d8b8b54902eb338 # v1.17.11 env: OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} diff --git a/.github/workflows/e2e-binaries.yml b/.github/workflows/e2e-binaries.yml index d0ab31bb1..6ce47e060 100644 --- a/.github/workflows/e2e-binaries.yml +++ b/.github/workflows/e2e-binaries.yml @@ -47,7 +47,7 @@ jobs: bun build --compile --minify --sourcemap --target=bun-windows-x64 --outfile=dist-bun/rulesync-windows-x64.exe ./src/cli/index.ts - name: Cache binaries - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: dist-bun key: rulesync-binaries-${{ github.sha }} @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Restore cached binaries - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: dist-bun key: rulesync-binaries-${{ github.sha }} diff --git a/.github/workflows/publish-assets.yml b/.github/workflows/publish-assets.yml index fe1dfeaad..aea9cd6f1 100644 --- a/.github/workflows/publish-assets.yml +++ b/.github/workflows/publish-assets.yml @@ -136,7 +136,7 @@ jobs: TAG: ${{ steps.tag.outputs.tag }} - name: Upload assets to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: ${{ steps.tag.outputs.tag }} draft: true