Skip to content

Commit 3ac671e

Browse files
authored
Add 'actions' to CodeQL analysis language matrix...
...to support additional language analysis in workflows.
1 parent 3484cdc commit 3ac671e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
language: [ 'javascript' ]
25+
language: [ 'javascript', 'actions' ]
2626

2727
steps:
2828
- name: checkout

0 commit comments

Comments
 (0)