diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 3da73c46..9801a37f 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript-typescript' ] + language: [ 'javascript-typescript', 'actions' ] steps: - name: 📥 Checkout repository