Skip to content

Commit 136f20c

Browse files
committed
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 136f20c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
branches:
1212
- release
1313
- main
14-
# Avoid unnecessary scans of pull requests.
15-
paths:
16-
- '**/*.py'
1714
schedule:
1815
- cron: 20 15 * * 3
1916
permissions:
@@ -30,9 +27,8 @@ jobs:
3027
strategy:
3128
fail-fast: false
3229
matrix:
33-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3430
# Learn more about CodeQL language support at https://git.io/codeql-language-support
35-
language: [python]
31+
language: [python, actions]
3632
python: ['3.13']
3733
steps:
3834

0 commit comments

Comments
 (0)