diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index eb2e7e04..71d1edd6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,13 +36,13 @@ jobs: run: ./gradlew check - name: Upload SARIF Report (app) - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 if: ${{ !cancelled() && hashFiles('app/build/reports/*.sarif') != '' }} # run this step even if previous step failed with: sarif_file: app/build/reports/ - name: Upload SARIF Report (core) - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 if: ${{ !cancelled() && hashFiles('core/build/reports/*.sarif') != '' }} # run this step even if previous step failed with: sarif_file: core/build/reports/