From 45f7d7fa43b196fda592402a4fbb96bca17db3c8 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Mon, 9 Sep 2024 22:02:57 +0100 Subject: [PATCH] dev: update megalinter config to version 8 --- .github/config/megalinter.yaml | 4 ++-- .github/workflows/megalinter.yaml | 6 +++--- CHANGELOG.org | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/config/megalinter.yaml b/.github/config/megalinter.yaml index 8441775c..89144995 100644 --- a/.github/config/megalinter.yaml +++ b/.github/config/megalinter.yaml @@ -2,10 +2,10 @@ # Configuration file for MegaLinter # # General configuration: -# https://oxsecurity.github.io/megalinter/configuration/ +# https://megalinter.io/latest/config-file/ # # Specific Linters: -# https://oxsecurity.github.io/megalinter/latest/supported-linters/ +# https://megalinter.io/latest/supported-linters/ # ------------------------ # Linters diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index a5eb51ea..6bde29c8 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -1,7 +1,7 @@ --- # MegaLinter GitHub Action configuration file -# More info at https://megalinter.github.io -# All variables described in https://megalinter.github.io/configuration/ +# More info at https://megalinter.io +# All variables described in https://megalinter.io/latest/config-file/ name: MegaLinter on: @@ -38,7 +38,7 @@ jobs: - name: MegaLinter Run id: ml ## latest release of major version - uses: oxsecurity/megalinter/flavors/java@v7 + uses: oxsecurity/megalinter/flavors/java@v8 env: # ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file MEGALINTER_CONFIG: .github/config/megalinter.yaml diff --git a/CHANGELOG.org b/CHANGELOG.org index 212db598..a997d6da 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -3,6 +3,7 @@ * Unreleased ** Added - dev: megalinter-update task to upgrade config +- dev: update megalinter config to version 8 ** Updated - Update library versions using `make outdated`