Skip to content

Commit 6aa7a4c

Browse files
authored
ci: add actions to CodeQL languages (#1168)
Signed-off-by: behnazh-w <[email protected]>
1 parent c55c39c commit 6aa7a4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3433
# Learn more about CodeQL language support at https://git.io/codeql-language-support
35-
# We enable JavaScript language to analyze JavaScript expressions in GitHub Actions.
36-
language: [python, go, javascript]
34+
language: [python, go, actions]
3735
steps:
3836

3937
- name: Checkout repository

0 commit comments

Comments
 (0)