| commit | f4d21b0360fdbe80696bc4cd90942e5829781223 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Sep 02 22:03:01 2024 +0000 |
| committer | Xiang Xiao <xiaoxiang781216@gmail.com> | Mon Sep 09 15:29:30 2024 +0800 |
| tree | 84dc1bca818969a636ab65fd01aa46b40f7e7e5f | |
| parent | 433ca0ff89b1569327550d7c00a2df982f3e03f6 [diff] |
build(deps): bump github/super-linter from 6 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8da61e8..87c5166 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -22,7 +22,7 @@ fetch-depth: 0 - run: mkdir super-linter.report - name: Lint - uses: github/super-linter@v6 + uses: github/super-linter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: false