We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3c39a commit a47ffb0Copy full SHA for a47ffb0
.github/workflows/linting-formatting.yml
@@ -30,7 +30,7 @@ jobs:
30
APPLY_FIXES: all
31
VALIDATE_ALL_CODEBASE: true
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- - uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
+ - uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
34
if: success() || failure()
35
with:
36
sarif_file: megalinter-reports/megalinter-report.sarif
0 commit comments