From fb84717dee4c5707a8a81bb0092b2d233e16f942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:26:29 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/auto-fix-dependencies.yml | 6 +++--- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/claude.yml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/auto-fix-dependencies.yml b/.github/workflows/auto-fix-dependencies.yml index 9ec33eea..e5065796 100644 --- a/.github/workflows/auto-fix-dependencies.yml +++ b/.github/workflows/auto-fix-dependencies.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Get PR information id: pr-info - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | // Get PR from the workflow_run event @@ -93,7 +93,7 @@ jobs: - name: Checkout repository if: steps.pr-info.outputs.skip != 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 ref: ${{ steps.pr-info.outputs.head_ref }} @@ -102,7 +102,7 @@ jobs: - name: Auto-fix dependencies if: steps.pr-info.outputs.skip != 'true' id: auto-fix - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 + uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-autofix environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c207dd4..b9b70c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - - uses: pnpm/action-setup@v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" @@ -43,7 +43,7 @@ jobs: CI: true - name: Upload coverage to Codecov if: github.ref == 'refs/heads/master' - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: files: ./coverage/coverage-final.json fail_ci_if_error: false @@ -55,16 +55,16 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: lts/* cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm documentation - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 51e0306b..b2453f1d 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -36,14 +36,14 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 1 persist-credentials: false - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 + uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-manual environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}