diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a049d7ab1a..070d1b511c 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@fe4161a26a8629af62121b670040955b330f9af2 # v4 + uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4 with: sarif_file: app/build/reports/lint-results-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}.sarif category: lint-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}