We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e357a7 commit d71a58bCopy full SHA for d71a58b
.github/workflows/lint.yml
@@ -63,7 +63,7 @@ jobs:
63
arguments: detekt
64
65
- name: Upload SARIF reports to GitHub Security tab
66
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
67
if: ${{ always() }}
68
with:
69
sarif_file: 'build/reports/detekt/sarif/'
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Upload SARIF file
107
108
109
110
sarif_file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
111
0 commit comments