We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393de6e commit a662c8cCopy full SHA for a662c8c
.github/workflows/oxipng.yml
@@ -156,6 +156,7 @@ jobs:
156
- name: Upload analysis results to GitHub
157
uses: github/codeql-action/upload-sarif@v3
158
if: always() && matrix.target == 'x86_64-unknown-linux-gnu'
159
+ continue-on-error: true
160
with:
161
sarif_file: clippy-results.sarif
162
category: clippy
0 commit comments