Skip to content

Commit 2ce9703

Browse files
committed
chore(Build): try to fix an error with actions/setup-java
1 parent e23619b commit 2ce9703

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Setup Java
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v2.5.0
3232
if: ${{ matrix.language == 'java' }}
3333
with:
3434
distribution: 'liberica'
3535
java-version: '17'
3636
cache: 'maven'
37+
key: ${{ runner.os }}-maven
3738

3839
# Initializes the CodeQL tools for scanning.
3940
- name: Initialize CodeQL

0 commit comments

Comments
 (0)