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 80fe55a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ env:
jobs:
# Identify the CodeQL tool versions to use in the analysis job.
check-codeql-versions:
strategy:
fail-fast: false
matrix:
language: javascript, actions

runs-on: ubuntu-latest
outputs:
versions: ${{ steps.compare.outputs.versions }}
Expand All @@ -32,7 +37,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 80fe55a

Please sign in to comment.