From d4e837cbebafd9fcfb9282edb8ec9ce87b385f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 04:10:40 +0000 Subject: [PATCH] deps: update github/codeql-action digest to 4e94bd1 --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0e9b27c..3f77ca7 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -30,7 +30,7 @@ jobs: - name: Run Detekt run: ./gradlew --stacktrace detekt - name: Upload SARIF File - uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4 + uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4 if: ${{ always() }} # Upload even if the previous step failed. with: sarif_file: build/reports/detekt/detekt.sarif