From e93c5507a6341e790b164608d8eca4d799c19f0a Mon Sep 17 00:00:00 2001 From: Adam Cheng <52572642+adamchengtkc@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:51:30 +0100 Subject: [PATCH] BLD: fix --- .github/workflows/snyk.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index d0883a5..7216dab 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -19,8 +19,8 @@ jobs: with: args: --sarif-file-output=snyk.sarif --severity-threshold=high - - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: snyk.sarif - token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }} \ No newline at end of file + # - name: Upload result to GitHub Code Scanning + # uses: github/codeql-action/upload-sarif@v2 + # with: + # sarif_file: snyk.sarif + # token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }} \ No newline at end of file