mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Use Java 11 for CodeQL (#2145)
This commit is contained in:
parent
38b73b9ecd
commit
43692d3409
1 changed files with 6 additions and 0 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -29,6 +29,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set Java version
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue