diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d841022..5bebfdd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,6 +7,9 @@ on: branches: [ "main" ] workflow_dispatch: +permissions: + contents: read + jobs: analyze: name: Analyze diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 678f410..8d4174f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v6 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -34,7 +34,6 @@ jobs: LOG_LEVEL: NOTICE SUPPRESS_POSSUM: true VALIDATE_ALL_CODEBASE: false - VALIDATE_CHECKOV: false VALIDATE_EDITORCONFIG: false VALIDATE_HTML: false VALIDATE_JSCPD: false diff --git a/htmlhint/README.md b/htmlhint/README.md index 1083b76..1d40822 100644 --- a/htmlhint/README.md +++ b/htmlhint/README.md @@ -87,7 +87,7 @@ You can change settings globally (**File** > **Preferences** > **User Settings** Here's an example using the `htmlhint.documentSelector` and `htmlhint.options` settings: ```json -"htmlhint.documentSelector: [ +"htmlhint.documentSelector": [ "html", "htm", "twig"