diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0af866bde4..7c7ce54997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: id: check_skip # v0.0.9 still declares `using: node20`; emits a Node 20 deprecation warning until upstream ships a node24 release. # https://github.com/withgraphite/graphite-ci-action - uses: withgraphite/graphite-ci-action@b87de3d800df90082f5f1ba2817f4e1a6f3b0a7b # v0.0.10 + uses: withgraphite/graphite-ci-action@402a89bc8aa6db18ae1f9c61953d001d5f9d828f # v0.0.11 with: graphite_token: ${{ secrets.GRAPHITE_CI_OPTIMIZER_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca91858e8a..6192c6ec28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,7 +196,7 @@ jobs: EOF - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 id: release with: body_path: ./RELEASE_BODY.md diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index f78ad03102..2265ad3cb7 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -63,7 +63,7 @@ jobs: - name: Check upgrade dependencies id: check-upgrade-dependencies timeout-minutes: 180 - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1.0.152 + uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1.0.157 env: RELEASE_BUILD: 'true' with: @@ -202,7 +202,7 @@ jobs: - name: Enhance PR description with Claude id: enhance-pr-description continue-on-error: true - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1.0.152 + uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1.0.157 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}