From f4238954eebbff677a4641c648f379fbf0bb8e02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:17:00 +0000 Subject: [PATCH] Update oxsecurity/megalinter action to v7.6.0 --- .github/workflows/megalinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index af1f251..174fc30 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -42,7 +42,7 @@ jobs: - name: MegaLinter Run id: ml ## latest release of major version - uses: oxsecurity/megalinter/flavors/java@v7.5.0 + uses: oxsecurity/megalinter/flavors/java@v7.6.0 env: MEGALINTER_CONFIG: .github/config/megalinter.yaml GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" # report individual linter status