diff --git a/.github/workflows/api-sync.yml b/.github/workflows/api-sync.yml index 84ddac7..adfb485 100644 --- a/.github/workflows/api-sync.yml +++ b/.github/workflows/api-sync.yml @@ -21,7 +21,7 @@ jobs: branch: ${{ steps.branch.outputs.name }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Use a PAT so pushed commits and created PRs trigger required CI # checks. GITHUB_TOKEN-authored events deliberately do not trigger @@ -187,7 +187,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.detect.outputs.branch }} token: ${{ secrets.RELEASE_TOKEN || secrets.GITHUB_TOKEN }} @@ -235,7 +235,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Implement with Claude - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: "--allowedTools Bash,Read,Glob,Grep,Edit,Write" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d5c11a..6be1854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index c0d2d55..5e78662 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -27,12 +27,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Run Claude Code Review - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 env: PR_NUMBER: ${{ github.event.pull_request.number }} REPO: ${{ github.repository }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 19ca254..cf99d32 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,12 +41,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 - name: Run Claude Code - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: "--allowedTools Bash,Read,Glob,Grep,Edit,Write" diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5d76ef4..077f06a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,7 +10,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.13" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbdba5d..b0e5b56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'chore(release):')" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # RELEASE_TOKEN (a PAT with repo scope) is needed to push the