Skip to content

Commit

Permalink
Advanced setup for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSpruit committed Oct 18, 2024
1 parent 52bd306 commit 1fe6aaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:

- name: Initialize CodeQL
uses: github/codeql-action/init@v3

- name: Autobuild
uses: github/codeql-action/autobuild@v3
with:
languages: java-kotlin
build-mode: autobuild

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:java-kotlin"

0 comments on commit 1fe6aaa

Please sign in to comment.