Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit e53e625

Browse files
authored
Update CodeQL analysis to include 'actions' language
Added 'actions' to the CodeQL analysis language matrix.
1 parent c7514c9 commit e53e625

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)