Skip to content

Commit

Permalink
Bump super-linter/super-linter from 5.7.2 to 6.0.0 (#141)
Browse files Browse the repository at this point in the history
* Bump super-linter/super-linter from 5.7.2 to 6.0.0

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

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fetch all commits

* Fix permissions and remove sudo

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ferrari <[email protected]>
  • Loading branch information
dependabot[bot] and ferrarimarco committed Feb 5, 2024
1 parent 574adf6 commit c57d388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ name: CI

on: [push, pull_request]

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter@v5.7.2
uses: super-linter/super-linter@v6.0.0
env:
DISABLE_ERRORS: false
ERROR_ON_MISSING_EXEC_BIT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD_ALL_CODEBASE: true

setup_unix_like:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ setup_debian() {
locales \
lsb-release \
software-properties-common \
sudo \
--no-install-recommends

echo "Ensuring the $LANG locale is available..."
Expand Down Expand Up @@ -272,7 +271,6 @@ setup_debian() {
python3-venv \
rxvt-unicode \
scdaemon \
socat \
squashfuse \
ssh \
strace \
Expand Down

0 comments on commit c57d388

Please sign in to comment.