Skip to content

Commit

Permalink
chore|fix: unified setup-java reference
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Apr 12, 2024
1 parent 9418c10 commit 7ae9fb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 17
uses: actions/setup-java@v4
# Set-Up
- name: Setup JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'

- name: Clear existing CodeQL databases directory
run: rm -rf /home/runner/work/_temp/codeql_databases
Expand Down

0 comments on commit 7ae9fb0

Please sign in to comment.