From d502716652a20a9bf88ee36e27746777a7942e5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:03:56 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.26.1 --- .github/workflows/code_quality_analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_quality_analysis.yml b/.github/workflows/code_quality_analysis.yml index 1a3c5d3d..eb187730 100644 --- a/.github/workflows/code_quality_analysis.yml +++ b/.github/workflows/code_quality_analysis.yml @@ -29,7 +29,7 @@ jobs: cache-read-only: true - name: Initialize CodeQL - uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: languages: java tools: latest @@ -41,7 +41,7 @@ jobs: ./gradlew assembleDebug assembleInternal - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: category: "/language:java" mobsfscan: @@ -62,6 +62,6 @@ jobs: args: . --sarif --output results.sarif || true - name: Upload mobsfscan report - uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: sarif_file: results.sarif