From 8da60f1694105e01f60134c23f1d266de97aed4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:13:18 +0000 Subject: [PATCH] Update github/codeql-action action to v3.25.1 --- .github/workflows/app-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-lint.yaml b/.github/workflows/app-lint.yaml index ce7b3e2..846f944 100644 --- a/.github/workflows/app-lint.yaml +++ b/.github/workflows/app-lint.yaml @@ -33,7 +33,7 @@ jobs: - name: Run ${{ matrix.task }} task run: ./gradlew ${{ matrix.task }} - name: Upload SARIF files - uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 if: ${{ always() }} with: sarif_file: . \ No newline at end of file