Skip to content

Commit

Permalink
build(ci): try to use upload-sarif@main
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Feb 8, 2024
1 parent 61e53b6 commit 09f0e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo 'value=not' >> $GITHUB_OUTPUT
- name: Upload results.sarif file
uses: github/codeql-action/upload-sarif@v2 # v3 has a bug: https://github.com/github/codeql-action/issues/2117
uses: github/codeql-action/upload-sarif@main
if: ${{ always() && steps.results.outputs.value == 'present' }}
with:
sarif_file: results.sarif

0 comments on commit 09f0e43

Please sign in to comment.