From 2d11fb1f90489fafb104b9ac5b1e03ea721d5af2 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 10 Aug 2025 06:18:43 +1000 Subject: [PATCH] [CI] Pin third party GH actions to specific SHAs (#4878) --- .github/workflows/claude-pr-review.yml | 2 +- .github/workflows/update-manager-types.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index e5db8adb5..5b0c0ffbd 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -19,7 +19,7 @@ jobs: should-proceed: ${{ steps.check-status.outputs.proceed }} steps: - name: Wait for other CI checks - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 with: ref: ${{ github.event.pull_request.head.sha }} check-regexp: '^(lint-and-format|test|playwright-tests)' diff --git a/.github/workflows/update-manager-types.yaml b/.github/workflows/update-manager-types.yaml index 1da67964b..7b3a340ba 100644 --- a/.github/workflows/update-manager-types.yaml +++ b/.github/workflows/update-manager-types.yaml @@ -75,7 +75,7 @@ jobs: - name: Create Pull Request if: steps.check-changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e with: token: ${{ secrets.PR_GH_TOKEN }} commit-message: '[chore] Update ComfyUI-Manager API types from ComfyUI-Manager@${{ steps.manager-info.outputs.commit }}'