fix: super-linter use v4.8.1, issue with latest (#10108)

This commit is contained in:
Sebastian Spaink 2021-11-15 09:09:39 -06:00 committed by GitHub
parent b9c444bae8
commit c1263fb03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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