Skip to content

Commit

Permalink
updated java version to 17 in codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Jun 25, 2023
1 parent 401e235 commit 6bc6bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Java and Maven
uses: actions/setup-java@v2
with:
java-version: "15"
java-version: "17"
distribution: "adopt"

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 6bc6bac

Please sign in to comment.