Skip to content

Commit

Permalink
fixing build for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Aug 30, 2023
1 parent e03a092 commit 4039eeb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand All @@ -28,6 +28,15 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 4039eeb

Please sign in to comment.