Skip to content

Commit

Permalink
[CI] disable custom codeql step, as we use the default
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 13, 2023
1 parent 8d4ce32 commit 00b60ff
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,28 +62,6 @@ jobs:
- name: Verify using checker-framework
run: mvn -B clean compile -P checker-framework

codeql:
needs: [checker-framework, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java

- name: Compile
run: mvn -B clean compile

- name: Analyze
uses: github/codeql-action/analyze@v2

deploy:
needs: [checker-framework, test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00b60ff

Please sign in to comment.