Skip to content

Commit

Permalink
dev: update megalinter config to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent fa8fa93 commit 45f7d7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 45f7d7f

Please sign in to comment.