Skip to content

Commit dad470a

Browse files
committed
Test specifying no languages for CodeQL
1 parent e292c8c commit dad470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)