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 209b85b commit 0699579Copy full SHA for 0699579
.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/[email protected].3
+ uses: github/codeql-action/[email protected].4
69
with:
70
checkout_path: ${{ github.workspace }}
71
sarif_file: ${{ steps.ghlint.outputs.sarif-report }}
0 commit comments