Skip to content

Commit

Permalink
rm permissions for super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Jun 20, 2024
1 parent 6d715a2 commit b0950eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
super-linter:
name: GitHub Super Linter
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand All @@ -111,6 +116,7 @@ jobs:
- name: Lint code base
uses: super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
# (see https://github.com/github/super-linter#environment-variables)
VALIDATE_BASH: true
Expand Down

0 comments on commit b0950eb

Please sign in to comment.