Skip to content

Commit

Permalink
dev: upgrade to megalinter version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 3, 2025
1 parent 850dbee commit 1cdb25d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/config/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdb25d

Please sign in to comment.