We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1271b commit d462c2eCopy full SHA for d462c2e
2 files changed
.github/workflows/mega-linter.yaml
@@ -72,7 +72,7 @@ jobs:
72
# MegaLinter
73
- name: MegaLinter
74
# Keep the version in sync with bin/megalinter.sh
75
- uses: oxsecurity/megalinter/flavors/cupcake@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
+ uses: oxsecurity/megalinter/flavors/javascript@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
76
77
id: ml
78
bin/megalinter.sh
@@ -2,4 +2,4 @@
2
set -euxo pipefail
3
4
# Keep the version in sync with .github/workflows/mega-linter.yaml
5
-npx --yes mega-linter-runner --remove-container --image oxsecurity/megalinter-cupcake:v7.5.0
+npx --yes mega-linter-runner --remove-container --image oxsecurity/megalinter-javascript:v7.5.0
0 commit comments