Skip to content

Commit

Permalink
build(deps): bump github/super-linter from 5 to 6 (#17906)
Browse files Browse the repository at this point in the history
* build(deps): bump github/super-linter from 5 to 6

Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@v5...v6)

---
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>

* fetch-depth: 0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
  • Loading branch information
dependabot[bot] and altendky committed May 2, 2024
1 parent 71c755a commit a4d8a76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/super-linter.yml
Expand Up @@ -52,12 +52,14 @@ jobs:
##########################
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v5
uses: github/super-linter@v6
# uses: docker://github/super-linter:v3.10.2
env:
VALIDATE_ALL_CODEBASE: true
Expand Down

0 comments on commit a4d8a76

Please sign in to comment.