Skip to content

Commit 169fd83

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

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

3030
- name: Setup Java
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v3.0.0
3232
if: ${{ matrix.language == 'java' }}
3333
with:
3434
distribution: 'liberica'

0 commit comments

Comments
 (0)