We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3505e70 commit 2250035Copy full SHA for 2250035
.github/workflows/mega-linter.yml
@@ -38,7 +38,7 @@ jobs:
38
id: ml
39
# You can override MegaLinter flavor used to have faster performances
40
# More info at https://megalinter.io/flavors/
41
- uses: oxsecurity/megalinter@v9.4.0
+ uses: oxsecurity/megalinter@v9.2.0
42
env:
43
# All available variables are described in documentation:
44
# https://megalinter.io/configuration/
@@ -49,7 +49,7 @@ jobs:
49
50
# Upload MegaLinter artifacts
51
- name: Archive production artifacts
52
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v5
53
if: success() || failure()
54
with:
55
name: MegaLinter reports
0 commit comments