From a9ca056d0510088a122ead73db9ea2b052555dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 02:44:08 +0000 Subject: [PATCH] Update github/codeql-action action to v3.24.10 --- .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 b03f07a..6c64ba5 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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 if: ${{ always() }} with: sarif_file: . \ No newline at end of file