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 f7242a5 commit 3e612d8Copy full SHA for 3e612d8
.github/workflows/megalinter.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: MegaLinter Run
39
id: ml
40
## latest release of major version
41
- uses: oxsecurity/megalinter/flavors/java@beta
+ uses: oxsecurity/megalinter/flavors/java@7
42
env:
43
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
44
MEGALINTER_CONFIG: .github/config/megalinter.yaml
CHANGELOG.org
@@ -3,6 +3,7 @@
3
* Unreleased
4
** Added
5
*** `:test/run-all` kaocha runner with `:fail-fast false` to run all tests regardless of failing tests
6
+*** ci: megalinter GitHub action version java@7 in megalinter.yaml workflow
7
8
* 2023-06-11
9
** Updated
0 commit comments