Skip to content

Commit a82e840

Browse files
committed
Update codeql lanuguage support to actions
The language support was set to javascript, but there is no javascript to analyze. This was quitely failing before a fix was add to codeql to display the error github/codeql#20881 https://issues.redhat.com/browse/EC-1565
1 parent eb2815a commit a82e840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
language: ["javascript"]
55+
language: ["actions", "go"]
5656
# CodeQL supports [ $supported-codeql-languages ]
5757
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5858

0 commit comments

Comments
 (0)