Skip to content

Commit

Permalink
fix step name
Browse files Browse the repository at this point in the history
JDK 11 instead of JDK 17
  • Loading branch information
jwijgerd authored Nov 23, 2023
1 parent 1c9d514 commit 2964901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down

0 comments on commit 2964901

Please sign in to comment.