From 023c7b4da3b3c85edb28b5adaad8aaf82c5815b9 Mon Sep 17 00:00:00 2001 From: coliff Date: Thu, 16 May 2024 01:00:17 +0900 Subject: [PATCH] README fix --- .github/workflows/codeql-analysis.yml | 3 +++ .github/workflows/super-linter.yml | 3 +-- htmlhint/README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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"