diff --git a/.github/config/megalinter.yaml b/.github/config/megalinter.yaml index 6274f05..8e781f3 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 558a0b3..153b33b 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: @@ -42,7 +42,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.md b/CHANGELOG.md index b90ebbb..a6bb90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - dev: disable REPOSITORY_TRIVY - failing on healthcheck in Dockerfile (healthcheck in compose.yaml) - dev: backsage-entity-validator updated to v0.5.0 - dev: update Makefile with all targets used for Practicalli - +- dev: upgrade to megalinter version 8 ## 2023-09-28 ### Added