updates v4 references to v5

This commit is contained in:
Kerim Satirli 2023-04-12 10:48:41 +02:00 committed by Brett Logan
parent acc7c542dd
commit 6077aa4582

View file

@ -2,14 +2,14 @@
The **GitHub Super-Linter** maintains `two` major images:
- `github/super-linter:v4`
- `github/super-linter:slim-v4`
- `github/super-linter:v5`
- `github/super-linter:slim-v5`
In order to help users pull this image more naturally, the `action.yml` in this directory can help users pull the `slim image`.
## Slim Image
The slim `github/super-linter:slim-v4` comes with all supported linters but removes the following:
The slim `github/super-linter:slim-v5` comes with all supported linters but removes the following:
- `rust` linters
- `dotenv` linters
@ -26,8 +26,9 @@ Example usage:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter/slim@v4
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```