Skip to content

Commit

Permalink
Rollback tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 17, 2024
1 parent 9d9067d commit 356d110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 356d110

Please sign in to comment.