We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f0d957 + 22db2cd commit 49ee53eCopy full SHA for 49ee53e
.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