From 356d11032b7074a78f2619f686b6a2c9b37dae88 Mon Sep 17 00:00:00 2001 From: nvuillam Date: Sat, 17 Aug 2024 16:26:01 +0200 Subject: [PATCH] Rollback tests --- .github/workflows/mega-linter.yml | 2 +- action.yml | 2 +- flavors/python/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index a479dc512e4..cb0be15d91f 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -67,7 +67,7 @@ jobs: # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter/flavors/python@alpha # ml workflow change #TODO: remove before publishing !!! + uses: oxsecurity/megalinter/flavors/python@beta id: ml diff --git a/action.yml b/action.yml index b1ccfe4c7aa..73d17bfda4c 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ outputs: description: "0 if no source file has been updated, 1 if source files has been updated" runs: using: "docker" - image: "docker://ghcr.io/oxsecurity/megalinter:alpha" #TODO: remove before merge ! + image: "docker://oxsecurity/megalinter:v7.13.0" args: - "-v" - "/var/run/docker.sock:/var/run/docker.sock:rw" diff --git a/flavors/python/action.yml b/flavors/python/action.yml index 842e6c04845..aa0d7c6f3ee 100644 --- a/flavors/python/action.yml +++ b/flavors/python/action.yml @@ -7,7 +7,7 @@ outputs: description: "0 if no source file has been updated, 1 if source files has been updated" runs: using: "docker" - image: "docker://ghcr.io/oxsecurity/megalinter-python:alpha" #TODO: Remove before merging ! + image: "docker://oxsecurity/megalinter-python:v7" args: - "-v" - "/var/run/docker.sock:/var/run/docker.sock:rw"