ci: bump Super-linter to 7.0.0 #8

Merged
matous-volf merged 1 commits from ci/super-linter-bump-7.0.0 into main 2024-08-16 07:30:53 +00:00
Showing only changes of commit 6b19b82ed6 - Show all commits

View File

@ -22,7 +22,7 @@ jobs:
# Super-linter needs the full git history to get the list of files that changed across commits # Super-linter needs the full git history to get the list of files that changed across commits
fetch-depth: 0 fetch-depth: 0
- name: Super-linter check - name: Super-linter check
uses: super-linter/super-linter@v6.9.0 # x-release-please-version uses: super-linter/super-linter@v7.0.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 }}