Skip to content

Commit

Permalink
updating version of super linter (#38)
Browse files Browse the repository at this point in the history
* updating version of super linter

Signed-off-by: Georg Kunz <[email protected]>
  • Loading branch information
gkunz authored Apr 30, 2024
1 parent 7848332 commit 0e8e332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Checkout the repo #
##########################
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
Expand All @@ -43,12 +43,12 @@ jobs:
# Run Linter against documentation #
####################################
- name: Lint markdown
uses: github/super-linter@v5
uses: super-linter/super-linter@4758be622215d0954c8353ee4877ffd60111cf8e # v6.4.1
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: markdownlint.yml
FILTER_REGEX_INCLUDE: .*.md
LOG_LEVEL: INFO

0 comments on commit 0e8e332

Please sign in to comment.