Skip to content

Commit 4d9cc59

Browse files
[PATCH] Fix regression for considering actions as non-typescript
Changes in file .github/workflows/codeql-analysis.yml: * refactor to fix code identification
1 parent 6d8c50a commit 4d9cc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
language: ['python', 'javascript']
42-
# CodeQL supports ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby']
41+
language: ['python', 'actions']
42+
# CodeQL supports ['c', 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'rust', 'swift', 'actions']
4343
# Learn more about CodeQL language support at https://git.io/codeql-language-support
4444

4545
steps:

0 commit comments

Comments
 (0)