From c458b74dff2aab56276a99cf1cb1aeb774141274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:03:44 +0000 Subject: [PATCH] chore(deps): update .github pipeline dependencies --- .github/workflows/context7.yml | 2 +- .github/workflows/engineering.yml | 6 +++--- .github/workflows/issues.yml | 4 ++-- .github/workflows/notify-docs.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/context7.yml b/.github/workflows/context7.yml index a86977c..d9b96c9 100644 --- a/.github/workflows/context7.yml +++ b/.github/workflows/context7.yml @@ -9,7 +9,7 @@ jobs: update-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Update Context7 Documentation id: context7 uses: rennf93/upsert-context7@c29ca04a37ecbab62635c0e94c3d8908049b9ed5 # 1.1 diff --git a/.github/workflows/engineering.yml b/.github/workflows/engineering.yml index 98af48b..153cbe6 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 # Full clone so feature branches are available for checkout @@ -658,7 +658,7 @@ jobs: - name: Checkout workflow source if: steps.auth.outputs.allowed == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} ref: ${{ github.sha }} @@ -740,7 +740,7 @@ jobs: - name: Checkout if: steps.auth.outputs.allowed == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: token: ${{ secrets.GH_BOT_TOKEN || secrets.GITHUB_TOKEN }} ref: ${{ steps.ctx.outputs.branch }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1973953..33f74b8 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -121,11 +121,11 @@ jobs: - name: Checkout if: steps.issue.outputs.skip != 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Handle issue if: steps.issue.outputs.skip != 'true' - uses: anthropics/claude-code-action@39431830520a7ae6c0c572f11a7707e7043325e3 # v1.0.95 + uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 # v1.0.151 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/notify-docs.yml b/.github/workflows/notify-docs.yml index ed12891..9ab5a49 100644 --- a/.github/workflows/notify-docs.yml +++ b/.github/workflows/notify-docs.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 2 # need HEAD and HEAD~1 to detect new vs updated ref: main