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.
2 parents 925a1a0 + 7992734 commit 17683e1Copy full SHA for 17683e1
.github/workflows/build-verify.yml
@@ -21,7 +21,7 @@ jobs:
21
environment: Build
22
steps:
23
- name: Checkout Code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Set up JDK 8 for x64
27
uses: actions/setup-java@v4
.github/workflows/sonar-cloud-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Build and analyze
14
runs-on: ubuntu-latest-4-cores
15
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
0 commit comments