We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40118 commit 22db2cdCopy full SHA for 22db2cd
.github/workflows/pull-request.yml
@@ -48,7 +48,7 @@ jobs:
48
${{ github.workspace }}/build/reports/detekt/detekt.html
49
50
- name: Upload static analysis results
51
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
52
if: always()
53
with:
54
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif
.github/workflows/push-to-master.yml
@@ -37,7 +37,7 @@ jobs:
37
GRGIT_PASS: ${{ secrets.GRGIT_PASS }}
38
39
40
41
42
43
0 commit comments