We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948bc16 commit dc51a92Copy full SHA for dc51a92
.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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
+ - uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
34
if: success() || failure()
35
with:
36
sarif_file: megalinter-reports/megalinter-report.sarif
0 commit comments