Skip to content

Commit

Permalink
Merge pull request #875 from hazendaz/master
Browse files Browse the repository at this point in the history
Remove extra codeql and make primary one use java 21 now
  • Loading branch information
hazendaz committed Sep 1, 2024
2 parents 0c3f2d2 + 39de1d2 commit a495962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'

- name: Initialize CodeQL
Expand Down

0 comments on commit a495962

Please sign in to comment.