From 7af9554d5b60cea9c51020fb70b03376df854a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:58:39 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/actions/preflight/action.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/preflight/action.yml b/.github/actions/preflight/action.yml index dd78d6888..ff2c94967 100644 --- a/.github/actions/preflight/action.yml +++ b/.github/actions/preflight/action.yml @@ -14,7 +14,7 @@ runs: with: node-version: 22 - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08ebc1517..0d7b8d618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: # workflow's `permissions:` block, so the comment post will fail on # forks. Don't fail the whole job — the audit gate below still fires. continue-on-error: true - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 with: # `header` matches fallow's built-in `` # sentinel so subsequent runs update the same comment. @@ -150,7 +150,7 @@ jobs: - name: Remove stale sticky comment (clean run) if: steps.audit.outputs.exit_code == '0' continue-on-error: true - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 with: header: fallow-results delete: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3ab551d06..b8460a130 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,13 +43,13 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 with: category: "/language:${{ matrix.language }}"