We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f453e commit 49580abCopy full SHA for 49580ab
.github/workflows/katana.yml
@@ -98,7 +98,7 @@ jobs:
98
**/build/reports/lint-results-debug.xml
99
retention-days: 1
100
- name: Analyze detekt report
101
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # [email protected].0
+ uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # [email protected].8
102
with:
103
sarif_file: build/reports/detekt/detekt.sarif
104
checkout_path: ${{ github.workspace }}
0 commit comments