Skip to content

Commit 45f7d7f

Browse files
dev: update megalinter config to version 8
1 parent fa8fa93 commit 45f7d7f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/config/megalinter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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

.github/workflows/megalinter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
name: MegaLinter
77
on:
@@ -38,7 +38,7 @@ jobs:
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

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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`

0 commit comments

Comments
 (0)