Skip to content

Commit

Permalink
CI(deps): Update super-linter/super-linter action to v6 (#3389)
Browse files Browse the repository at this point in the history
* CI(deps): Update super-linter/super-linter action to v6

* CI: use fetch-depth: 0 in super-linter workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
  • Loading branch information
renovate[bot] and echoix committed Feb 1, 2024
1 parent c099a32 commit 581f0c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Lint code base
uses: super-linter/super-linter/slim@v5.7.2
uses: super-linter/super-linter/slim@v6.0.0
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
Expand Down

0 comments on commit 581f0c4

Please sign in to comment.