From 9c3acba8b336b565401afd677a82bb149c856358 Mon Sep 17 00:00:00 2001 From: Mandimby RAVELOARINJAKA Date: Mon, 25 Sep 2023 00:43:21 +0900 Subject: [PATCH] Update clj-watson.yml --- .github/workflows/clj-watson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clj-watson.yml b/.github/workflows/clj-watson.yml index 0fb4864..9fc9636 100644 --- a/.github/workflows/clj-watson.yml +++ b/.github/workflows/clj-watson.yml @@ -46,10 +46,10 @@ jobs: output-type: sarif output-file: clj-watson-results.sarif fail-on-result: false - github_token: ${{ secrets.GITHUB_TOKEN }} - name: Upload analysis results to GitHub uses: github/codeql-action/upload-sarif@v2 with: sarif_file: ${{github.workspace}}/clj-watson-results.sarif + github_token: ${{ secrets.GITHUB_TOKEN }} wait-for-processing: true