Skip to content

Commit e292c8c

Browse files
committed
Customise CodeQL langauges
Before it included JavaScript since there are some .js files, but since those JS files only contain comments, it complained that there was no analysable code
1 parent 3494c5f commit e292c8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
3131
with:
32+
languages: actions,ruby
3233
config: |
3334
# initial configurations for CodeQL should be looking for high precision
3435
# and high severity issues to ensure developers aren't compromised by false positives.

0 commit comments

Comments
 (0)