From 7c202f4d2c4064eca75ac0731040856b735e89d5 Mon Sep 17 00:00:00 2001 From: "tsun@codety.io" Date: Tue, 27 Aug 2024 21:28:11 -0700 Subject: [PATCH] Update codety workflow. --- .github/workflows/codety.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codety.yml b/.github/workflows/codety.yml index d2f0ff7..b44c8e0 100644 --- a/.github/workflows/codety.yml +++ b/.github/workflows/codety.yml @@ -33,7 +33,7 @@ jobs: SLACK_CONVERSATION_ID: ${{ vars.SLACK_CONVERSATION_ID }} - - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: codety-scanning-result.sarif \ No newline at end of file +# - name: Upload SARIF results file +# uses: github/codeql-action/upload-sarif@v3 +# with: +# sarif_file: codety-scanning-result.sarif \ No newline at end of file