Skip to content

Commit

Permalink
[GHA] Set coverity back to java 17 as it doesn't support 21 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 24, 2023
1 parent 3f306ed commit a466956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 21
java-version: 17
distribution: zulu
- name: Analyze with Coverity
run: |
Expand Down

0 comments on commit a466956

Please sign in to comment.