Skip to content

Commit

Permalink
Fix broken CodeQL action
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Jan 23, 2023
1 parent 3c29503 commit a9a6692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
languages: java
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java, ruby

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
Expand Down

0 comments on commit a9a6692

Please sign in to comment.