File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
# Configuration file for MegaLinter
3
3
#
4
4
# General configuration:
5
- # https://oxsecurity.github. io/megalinter/configuration /
5
+ # https://megalinter. io/latest/config-file /
6
6
#
7
7
# Specific Linters:
8
- # https://oxsecurity.github.io/megalinter /latest/supported-linters/
8
+ # https://megalinter.io /latest/supported-linters/
9
9
10
10
# ------------------------
11
11
# Linters
Original file line number Diff line number Diff line change 1
1
---
2
2
# MegaLinter GitHub Action configuration file
3
- # More info at https://megalinter.github. io
4
- # All variables described in https://megalinter.github. io/configuration /
3
+ # More info at https://megalinter.io
4
+ # All variables described in https://megalinter.io/latest/config-file /
5
5
6
6
name : MegaLinter
7
7
on :
38
38
- name : MegaLinter Run
39
39
id : ml
40
40
# # latest release of major version
41
- uses : oxsecurity/megalinter/flavors/java@v7
41
+ uses : oxsecurity/megalinter/flavors/java@v8
42
42
env :
43
43
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
44
44
MEGALINTER_CONFIG : .github/config/megalinter.yaml
Original file line number Diff line number Diff line change 3
3
* Unreleased
4
4
** Added
5
5
- dev: megalinter-update task to upgrade config
6
+ - dev: update megalinter config to version 8
6
7
7
8
** Updated
8
9
- Update library versions using `make outdated`
You can’t perform that action at this time.
0 commit comments