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 e669c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -105,7 +105,7 @@ jobs:
API_REPORTER_METRICS_URL: ${{ secrets.API_REPORTER_METRICS_URL }}
API_REPORTER_METRICS_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
API_REPORTER_METRICS_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
API_REPORTER_DEBUG: true
API_REPORTER_DEBUG: false

# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE
# .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
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 e669c7c

Please sign in to comment.