We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72874 commit 84b7185Copy full SHA for 84b7185
.github/workflows/codeql.yml
@@ -59,11 +59,12 @@ jobs:
59
- name: Checkout repository
60
uses: actions/checkout@v4
61
62
- # Add any setup steps before running the `github/codeql-action/init` action.
63
- # This includes steps like installing compilers or runtimes (`actions/setup-node`
64
- # or others). This is typically only required for manual builds.
65
- # - name: Setup runtime (example)
66
- # uses: actions/setup-example@v1
+ - name: Set up JDK 25
+ uses: actions/setup-java@v4
+ with:
+ java-version: '25'
+ distribution: 'liberica'
67
+ cache: maven
68
69
# Initializes the CodeQL tools for scanning.
70
- name: Initialize CodeQL
0 commit comments