We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9ac4 commit 6b3c39aCopy full SHA for 6b3c39a
.github/workflows/linting-formatting.yml
@@ -25,12 +25,12 @@ jobs:
25
with:
26
fetch-depth: 0
27
persist-credentials: false
28
- - uses: oxsecurity/megalinter/flavors/documentation@42bb470545e359597e7f12156947c436e4e3fb9a # v9.3.0
+ - uses: oxsecurity/megalinter/flavors/documentation@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9.4.0
29
env:
30
APPLY_FIXES: all
31
VALIDATE_ALL_CODEBASE: true
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- - uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
+ - uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
34
if: success() || failure()
35
36
sarif_file: megalinter-reports/megalinter-report.sarif
0 commit comments