summaryrefslogtreecommitdiffstats
path: root/.github/workflows/super-linter.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/super-linter.yml')
-rw-r--r--.github/workflows/super-linter.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
index b2a5cb6f1..d8e408ee2 100644
--- a/.github/workflows/super-linter.yml
+++ b/.github/workflows/super-linter.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Lint Code Base
- uses: super-linter/super-linter/slim@v5
+ uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}