From cd1066c560fec29175a3d2d851b34104edd84e3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:52:59 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4e828ff --- .github/workflows/docker.yml | 2 +- .github/workflows/security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index df6738204..864c7d896 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -348,7 +348,7 @@ jobs: # SECURITY RESULTS INTEGRATION # Uploads scan results to GitHub Security tab for centralized management - name: Upload Trivy scan results - uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7d6374d7d..243df208b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -103,7 +103,7 @@ jobs: # CODEQL INITIALIZATION # Configures language-specific analysis parameters - name: Initialize CodeQL - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -111,7 +111,7 @@ jobs: # SECURITY ANALYSIS EXECUTION # Performs comprehensive static analysis with categorized results - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3 with: category: /language:${{matrix.language}}