We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ee367 commit 09ed677Copy full SHA for 09ed677
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
path: '**/build/reports/**'
35
36
- name: Upload Code Scanning code analysis report
37
- if: always()
+ if: ${{ hashFiles('build/reports/detekt/main.sarif') != '' }}
38
uses: github/codeql-action/upload-sarif@v3
39
with:
40
sarif_file: 'build/reports/detekt/main.sarif'
0 commit comments