We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3195ed8 commit f82352bCopy full SHA for f82352b
.github/workflows/detekt-analysis.yml
@@ -96,7 +96,7 @@ jobs:
96
)" > ${{ github.workspace }}/detekt.sarif.json
97
98
# Uploads results to GitHub repository using the upload-sarif action
99
- - uses: github/codeql-action/upload-sarif@v1
+ - uses: github/codeql-action/upload-sarif@v2
100
with:
101
# Path to SARIF file relative to the root of the repository
102
sarif_file: ${{ github.workspace }}/detekt.sarif.json
0 commit comments