Skip to content

Commit f2f7513

Browse files
authored
Update CodeQL analysis to include 'actions' language (#186)
Added 'actions' to the CodeQL analysis language matrix.
1 parent 13c5ddf commit f2f7513

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
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
language: [ 'go' ]
40+
language: [ 'go', 'actions' ]
4141

4242
steps:
4343
- name: Checkout repository

0 commit comments

Comments
 (0)