Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
# ================================
- name: Shallow clone
if: ${{ !env.is_latest_jdk || env.is_fork }}
uses: actions/checkout@v5
uses: actions/checkout@v6

# ================================
# CHECKOUT
# ================================
- name: Checkout git branch
if: ${{ env.is_latest_jdk && !env.is_fork }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Fetch all history for all tags and branches (recommended by SonarQube)
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# SHALLOW CLONE
# ================================
- name: Shallow clone
uses: actions/checkout@v5
uses: actions/checkout@v6

# ================================
# SET UP CODEQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# SHALLOW CLONE
# ================================
- name: Shallow clone
uses: actions/checkout@v5
uses: actions/checkout@v6

# ================================
# SET UP JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# CHECKOUT
# ================================
- name: Checkout git tag
uses: actions/checkout@v5
uses: actions/checkout@v6

# ================================
# SET UP JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# SHALLOW CLONE
# ================================
- name: Shallow clone
uses: actions/checkout@v5
uses: actions/checkout@v6

# ================================
# UPDATE GRADLE WRAPPER
Expand Down