fix slim docs (#1598)

* fix slim doc:

* Update README.md

* fix v3 refs
This commit is contained in:
Lukas Gravley 2021-05-26 16:50:06 -05:00 committed by GitHub
parent 27235b3023
commit 87a442b6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
@ -240,7 +240,7 @@ Example usage:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: ghcr.io://github/super-linter@slim-v4
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
@ -427,7 +427,7 @@ Once found, it will load the certificate contents to a file, and to the trust st
- Example workflow:
```yml
- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSL_CERT_SECRET: ${{ secrets.ROOT_CA }}

View file

@ -48,7 +48,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master