Skip to content

Commit 7bd4bc4

Browse files
authored
feat: add actions to CodeQL languages (#991)
This PR adds the `actions` scanner to the CodeQL configuration, which has been recently added to the supported languages.
1 parent 4a58790 commit 7bd4bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +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-
language: [python]
34+
language: [python, actions]
3635
python: ['3.13']
3736
steps:
3837

0 commit comments

Comments
 (0)