diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index eb2e7e0..acc6d22 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 if: ${{ !cancelled() && hashFiles('core/build/reports/*.sarif') != '' }} # run this step even if previous step failed with: sarif_file: core/build/reports/