Skip to content

Commit

Permalink
πŸ› fix(ci): add missing actions language in codeql config
Browse files Browse the repository at this point in the history
- include 'actions' language in codeql analysis
- maintain existing language support for python and other languages
  • Loading branch information
awwaawwa committed Jan 26, 2025
1 parent 80c4bfb commit dea2ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
include:
- language: python
build-mode: none
- language: actions
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
Expand Down

0 comments on commit dea2ebf

Please sign in to comment.