From 4d8473fc02628e3e404dc9994e351d5118b79cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:01:02 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/claude.yml | 8 ++++---- .github/workflows/semantic-prs.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b7619b9..f58ccb2 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,15 +25,15 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 with: fetch-depth: 1 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: "lts/*" cache: "pnpm" @@ -42,7 +42,7 @@ jobs: run: pnpm install - name: Run Claude PR Action - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} timeout_minutes: "5" diff --git a/.github/workflows/semantic-prs.yml b/.github/workflows/semantic-prs.yml index 22860cb..a2efddc 100644 --- a/.github/workflows/semantic-prs.yml +++ b/.github/workflows/semantic-prs.yml @@ -15,7 +15,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v6 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 with: types: | fix diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a933419..e711016 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - uses: pnpm/action-setup@v2 with: - version: 10.33.4 + version: 10.34.5 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: cache: "pnpm" check-latest: true