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 8945ab9 commit 209b85bCopy full SHA for 209b85b
1 file changed
.github/workflows/validate.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: "Publish 'GH-Lint' GitHub Code Scanning analysis."
67
if: ${{ success() || failure() }}
68
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v3.30.3
69
with:
70
checkout_path: ${{ github.workspace }}
71
sarif_file: ${{ steps.ghlint.outputs.sarif-report }}
0 commit comments