diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 16b121de..d4850bbd 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -14,6 +14,12 @@ jobs: # Set the type of machine to run on runs-on: ubuntu-latest + permissions: + contents: read + packages: read + # To report GitHub Actions status Checks + statuses: write + steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code