Skip to content

Commit

Permalink
CodeQL after build
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Nov 4, 2023
1 parent 367780f commit 9c8018c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 60 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

codeQL:
needs: build
runs-on: ubuntu-latest
steps:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
60 changes: 0 additions & 60 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit 9c8018c

Please sign in to comment.