From e54747d2ecbb4a40a3dc93eeaaf820af72a8035f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:43:17 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/actionlint.yml | 2 +- .github/workflows/claude.yml | 4 ++-- .github/workflows/pr-autofix.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index c8b501e..a18854f 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -17,7 +17,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Run actionlint shell: bash run: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 10cef25..0e93368 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -63,13 +63,13 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 1 - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: | diff --git a/.github/workflows/pr-autofix.yml b/.github/workflows/pr-autofix.yml index bb1e9e4..0c1c21f 100644 --- a/.github/workflows/pr-autofix.yml +++ b/.github/workflows/pr-autofix.yml @@ -150,7 +150,7 @@ jobs: PR_NUMBER: ${{ matrix.pr }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 @@ -184,7 +184,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Run Claude Code (auto-fix PR) - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1 env: PR_HEAD_REF: ${{ steps.meta.outputs.head_ref }} PR_BASE_REF: ${{ steps.meta.outputs.base_ref }}