From 9233deb7ccb7bce6eb7d7f8441e1d52203989015 Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Tue, 8 Jul 2025 11:51:25 -0700 Subject: [PATCH] tc remove sarif upload --- .github/workflows/lint.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72dce58494..d7b307594f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,12 +46,3 @@ jobs: if: always() && matrix.os == 'ubuntu-latest' run: | python tools/linter/convert_to_sarif.py --input lint.json --output lintrunner.sarif - - name: Upload SARIF file - if: always() && matrix.os == 'ubuntu-latest' - continue-on-error: true - uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: lintrunner.sarif - category: lintrunner - checkout_path: ${{ github.workspace }}