Skip to content

Commit aaa21a7

Browse files
committed
Drop fetch-depth: 1 because it is the default.
1 parent 2cd5034 commit aaa21a7

File tree

7 files changed

+0
-17
lines changed

7 files changed

+0
-17
lines changed

.github/actions/build-graalvm/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ runs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: graalvm/mx
36-
fetch-depth: 1
3736
ref: ${{ env.MX_VERSION }}
3837
path: ${{ env.MX_PATH }}
3938
- name: Set up Python

.github/workflows/cdt-inspect.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,18 @@ jobs:
6262
- name: Checkout oracle/graal
6363
uses: actions/checkout@v4
6464
with:
65-
fetch-depth: 1
6665
path: ${{ github.workspace }}/graal
6766
- name: Checkout oracle/graaljs
6867
uses: actions/checkout@v4
6968
with:
7069
repository: oracle/graaljs
71-
fetch-depth: 1
7270
sparse-checkout: |
7371
graal-js
7472
path: ${{ github.workspace }}/js
7573
- name: Checkout graalvm/mx
7674
uses: actions/checkout@v4
7775
with:
7876
repository: graalvm/mx.git
79-
fetch-depth: 1
8077
ref: master
8178
path: ${{ env.MX_PATH }}
8279
- name: Set up Python

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172
with:
173173
repository: graalvm/mx.git
174174
ref: ${{ env.MX_VERSION }}
175-
fetch-depth: 1
176175
path: ${{ env.MX_PATH }}
177176
- name: Set up Python
178177
uses: actions/setup-python@v5

.github/workflows/micronaut.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
steps:
6969
- name: Checkout oracle/graal
7070
uses: actions/checkout@v4
71-
with:
72-
fetch-depth: 1
7371
- name: Build GraalVM JDK
7472
uses: ./.github/actions/build-graalvm
7573
with:
@@ -84,7 +82,6 @@ jobs:
8482
uses: actions/checkout@v4
8583
with:
8684
repository: micronaut-projects/micronaut-core
87-
fetch-depth: 1
8885
path: ${{ env.MICRONAUT_CORE_PATH }}
8986
- name: Run nativeTest in micronaut-core
9087
run: |

.github/workflows/quarkus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
steps:
7575
- name: Checkout oracle/graal
7676
uses: actions/checkout@v4
77-
with:
78-
fetch-depth: 1
7977
- name: Build GraalVM JDK
8078
uses: ./.github/actions/build-graalvm
8179
with:

.github/workflows/reachability-metadata.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
steps:
6969
- name: Checkout oracle/graal
7070
uses: actions/checkout@v4
71-
with:
72-
fetch-depth: 1
7371
- name: Build GraalVM JDK
7472
uses: ./.github/actions/build-graalvm
7573
with:
@@ -88,7 +86,6 @@ jobs:
8886
uses: actions/checkout@v4
8987
with:
9088
repository: oracle/graalvm-reachability-metadata
91-
fetch-depth: 1
9289
path: ${{ env.REACHABILITY_METADATA_PATH }}
9390
- name: "Populate matrix"
9491
id: set-matrix
@@ -112,7 +109,6 @@ jobs:
112109
uses: actions/checkout@v4
113110
with:
114111
repository: oracle/graalvm-reachability-metadata
115-
fetch-depth: 1
116112
- name: Download GraalVM JDK build
117113
uses: actions/download-artifact@v4
118114
with:

.github/workflows/spring.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
steps:
6767
- name: Checkout oracle/graal
6868
uses: actions/checkout@v4
69-
with:
70-
fetch-depth: 1
7169
- name: Build GraalVM JDK
7270
uses: ./.github/actions/build-graalvm
7371
with:
@@ -76,7 +74,6 @@ jobs:
7674
uses: actions/checkout@v4
7775
with:
7876
repository: spring-projects/spring-petclinic
79-
fetch-depth: 1
8077
path: ${{ env.SPRING_PETCLINIC_PATH }}
8178
- name: Run nativeTest in spring-petclinic
8279
run: |

0 commit comments

Comments
 (0)