We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4745bd commit f4792e1Copy full SHA for f4792e1
2 files changed
.github/workflows/pull-request.yml
@@ -53,7 +53,7 @@ jobs:
53
${{ github.workspace }}/build/reports/detekt/detekt.html
54
55
- name: Upload static analysis results
56
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v2
57
if: always()
58
with:
59
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif
.github/workflows/push-to-master.yml
@@ -44,7 +44,7 @@ jobs:
44
GRGIT_PASS: ${{ secrets.GRGIT_PASS }}
45
46
47
48
49
50
0 commit comments