From 37883186e82546d3762b7b4df0b9087048e266ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:17:12 +0000 Subject: [PATCH] Update github/codeql-action action to v2.25.6 --- .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 b8e4373..e989599 100644 --- a/.github/workflows/app-lint.yaml +++ b/.github/workflows/app-lint.yaml @@ -32,7 +32,7 @@ jobs: - name: Run ${{ matrix.task }} task run: ./gradlew ${{ matrix.task }} - name: Upload SARIF files - uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 + uses: github/codeql-action/upload-sarif@162eb1e32abe518e88bd229ebc8784a533ceaa51 # v2.25.6 if: ${{ always() }} with: sarif_file: . \ No newline at end of file