From 0e8e3327a7e42ceded70838984b9c77a3920555e Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 29 Apr 2024 18:25:56 -0700 Subject: [PATCH] updating version of super linter (#38) * updating version of super linter Signed-off-by: Georg Kunz --- .github/workflows/linter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 5532616..817e911 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -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` @@ -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