Skip to content

Commit

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

0 comments on commit 61e53b6

Please sign in to comment.