Skip to content

Commit

Permalink
Update super-linter.yml to use super-linter/super-linter
Browse files Browse the repository at this point in the history
Super-linter is now in its own organization since April 26th, 2023. This updates the workflow to use newer releases.
  • Loading branch information
echoix committed Jan 5, 2024
1 parent 5804943 commit 8f90acf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Lint code base
uses: github/super-linter@v5
uses: super-linter/super-linter/slim@v5.7.2 # x-release-please-version
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Listed but commented out linters would be nice to have.
# (see https://github.com/github/super-linter#environment-variables)
Expand Down

0 comments on commit 8f90acf

Please sign in to comment.