We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a58790 commit 7bd4bc4Copy full SHA for 7bd4bc4
1 file changed
.github/workflows/codeql-analysis.yaml
@@ -30,9 +30,8 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
34
# Learn more about CodeQL language support at https://git.io/codeql-language-support
35
- language: [python]
+ language: [python, actions]
36
python: ['3.13']
37
steps:
38
0 commit comments