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 22# Configuration file for MegaLinter
33#
44# General configuration:
5- # https://oxsecurity.github. io/megalinter/configuration /
5+ # https://megalinter. io/latest/config-file /
66#
77# Specific Linters:
8- # https://oxsecurity.github.io/megalinter /latest/supported-linters/
8+ # https://megalinter.io /latest/supported-linters/
99
1010# ------------------------
1111# Linters
Original file line number Diff line number Diff line change 11---
22# 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 /
55
66name : MegaLinter
77on :
3838 - name : MegaLinter Run
3939 id : ml
4040 # # latest release of major version
41- uses : oxsecurity/megalinter/flavors/java@v7
41+ uses : oxsecurity/megalinter/flavors/java@v8
4242 env :
4343 # ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4444 MEGALINTER_CONFIG : .github/config/megalinter.yaml
Original file line number Diff line number Diff line change 33* Unreleased
44** Added
55- dev: megalinter-update task to upgrade config
6+ - dev: update megalinter config to version 8
67
78** Updated
89 - Update library versions using `make outdated`
You can’t perform that action at this time.
0 commit comments