diff --git a/.github/workflows/ci-super-linter.yml b/.github/workflows/ci-super-linter.yml index 8574967..11ab6fa 100644 --- a/.github/workflows/ci-super-linter.yml +++ b/.github/workflows/ci-super-linter.yml @@ -12,6 +12,8 @@ on: - main - master +permissions: {} + jobs: build: name: Lint Code Base @@ -19,13 +21,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v6 env: VALIDATE_ALL_CODEBASE: false VALIDATE_CLANG_FORMAT: false