From 09c58250cf93c46fd8e251883b62e7518db1bf8c Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 24 Jan 2025 13:06:32 -0800 Subject: [PATCH] Add actions analysis to code scannign --- .github/workflows/codeql.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 130ef58839..5564203891 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,6 +19,12 @@ env: jobs: # Identify the CodeQL tool versions to use in the analysis job. check-codeql-versions: + strategy: + fail-fast: false + matrix: + include: + language: javascript, actions + runs-on: ubuntu-latest outputs: versions: ${{ steps.compare.outputs.versions }} @@ -32,7 +38,7 @@ jobs: id: init-default uses: ./init with: - languages: javascript + languages: ${{ matrix.language }} - name: Remove empty database # allows us to run init a second time run: |