super-linter: use slim version

This commit is contained in:
Ralf Vogler 2025-03-05 15:17:34 +01:00
parent fed03428f3
commit d6666aed03

View file

@ -1,4 +1,4 @@
--- # https://github.com/marketplace/actions/super-linter#get-started
name: Lint name: Lint
on: # yamllint disable-line rule:truthy on: # yamllint disable-line rule:truthy
@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Super-linter - name: Super-linter
uses: super-linter/super-linter@v7.3.0 # x-release-please-version uses: super-linter/super-linter/slim@v7.3.0 # x-release-please-version
env: env:
# To report GitHub Actions status checks # To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}