mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Use Java 11 for CodeQL (#2145)
This commit is contained in:
parent
df832506fd
commit
8f71faf49b
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