We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e073674 commit 5ce1f94Copy full SHA for 5ce1f94
.github/workflows/build.yml
@@ -20,11 +20,11 @@ jobs:
20
- 5432:5432
21
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
24
with:
25
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26
- name: Set up JDK 21
27
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v1
28
29
java-version: 21
30
- name: Cache SonarCloud packages
0 commit comments