Skip to content

Commit

Permalink
fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Oct 28, 2023
1 parent 23dcc92 commit ea0b0e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
env:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
JAVA_VERSION: 21
JAVA_VERSION: 11

jobs:
analyze:
Expand Down Expand Up @@ -82,4 +82,3 @@ jobs:
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
continue-on-error: true

0 comments on commit ea0b0e1

Please sign in to comment.