From c578768de84d28986b03f340bc7113d9e723be02 Mon Sep 17 00:00:00 2001 From: "radagastbot[bot]" <215854695+radagastbot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:01:38 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4e94bd1 --- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/security-scorecard.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index d5061b3..c04350c 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -39,12 +39,12 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: ⚙️ Setup CodeQL - uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4 + uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: 🔍 Perform CodeQL Analysis - uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4 + uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/security-scorecard.yaml b/.github/workflows/security-scorecard.yaml index f76e85c..4284038 100644 --- a/.github/workflows/security-scorecard.yaml +++ b/.github/workflows/security-scorecard.yaml @@ -45,6 +45,6 @@ jobs: retention-days: 5 - name: ⬆️ Upload to code-scanning - uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4 + uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4 with: sarif_file: results.sarif