Skip to content

Commit

Permalink
Update codeql.yml (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Apr 17, 2024
1 parent d9091f3 commit e99b844
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
gradle-version: '7.3'
dependency-graph: download-and-submit
cache-disabled: true

- name: Build with Gradle 7.3
run: gradle build

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit e99b844

Please sign in to comment.