We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938190c commit 2f04eb9Copy full SHA for 2f04eb9
.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@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2.0
+ - uses: oxsecurity/megalinter/flavors/documentation@42bb470545e359597e7f12156947c436e4e3fb9a # v9.3.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@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
+ - uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
34
if: success() || failure()
35
36
sarif_file: megalinter-reports/megalinter-report.sarif
0 commit comments