From e0a5dfe1bcff46471fa0b23b11c1a801f20dbd68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:33:42 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/code-pull-request.yml | 4 ++-- .github/workflows/release.yml | 12 ++++++------ .github/workflows/update-llms.yaml | 2 +- .github/workflows/update-lock.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code-pull-request.yml b/.github/workflows/code-pull-request.yml index 99b34ab3..e2fb1f16 100644 --- a/.github/workflows/code-pull-request.yml +++ b/.github/workflows/code-pull-request.yml @@ -33,7 +33,7 @@ jobs: cache-base: main - name: Restore Bun Package Cache id: restore-bun-cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: /home/runner/.bun/install/cache key: bun-packages-${{ runner.os }}-v1-${{ hashFiles('bun.lock') }} @@ -55,7 +55,7 @@ jobs: id: validate run: bun run validate - name: Save Bun Cache - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 if: steps.validate.outcome == 'success' && steps.restore-bun-cache.outputs.cache-hit != 'true' with: path: /home/runner/.bun/install/cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07259aed..13749820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.GH_APP_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -44,7 +44,7 @@ jobs: cache-base: main - name: Restore Bun Package Cache id: restore-bun-cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: /home/runner/.bun/install/cache key: bun-packages-${{ runner.os }}-v1-${{ hashFiles('bun.lock') }} @@ -73,7 +73,7 @@ jobs: cache-base: main - name: Restore Bun Package Cache id: restore-bun-cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: /home/runner/.bun/install/cache key: bun-packages-${{ runner.os }}-v1-${{ hashFiles('bun.lock') }} @@ -116,7 +116,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.GH_APP_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -131,7 +131,7 @@ jobs: cache-base: main - name: Restore Bun Package Cache id: restore-bun-cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: /home/runner/.bun/install/cache key: bun-packages-${{ runner.os }}-v1-${{ hashFiles('bun.lock') }} @@ -151,7 +151,7 @@ jobs: env: NPM_CONFIG_PROVENANCE: "true" - name: Save Bun Cache - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 if: steps.validate.outcome == 'success' && steps.restore-bun-cache.outputs.cache-hit != 'true' with: path: /home/runner/.bun/install/cache diff --git a/.github/workflows/update-llms.yaml b/.github/workflows/update-llms.yaml index ab41b633..0b3afa8d 100644 --- a/.github/workflows/update-llms.yaml +++ b/.github/workflows/update-llms.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.GH_APP_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 91dd9946..6c5f2101 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.GH_APP_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}