diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dab228df8..d42e538166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: echo "exitcode=$?" >> $GITHUB_OUTPUT - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 with: sarif_file: app/build/reports/lint-results-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}.sarif category: lint-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}