From 017b9395bb25b6cb3fb53136393ec3327854cb04 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Wed, 18 Dec 2024 15:15:20 -0500 Subject: [PATCH] codeql: Enable scanning for Actions GitHub has [added code scanning for GitHub Actions workflow files][1]. We may as well turn it on and see what it says. [1]: https://github.blog/changelog/2024-12-17-find-and-fix-actions-workflows-vulnerabilities-with-codeql-public-preview/ --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 63a7d71893189..a8c85bd1d74e8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - language: ['javascript'] + language: [ 'javascript-typescript', 'actions' ] steps: - name: Checkout repository