Skip to content

Commit

Permalink
Update clj-watson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveloarinjaka authored Sep 24, 2023
1 parent 1757887 commit 9c3acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clj-watson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c3acba

Please sign in to comment.