Skip to content

Commit

Permalink
Add actions analysis to code scannign
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jan 24, 2025
1 parent e7c0c9d commit 09c5825
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down

0 comments on commit 09c5825

Please sign in to comment.