Skip to content

Commit 174e278

Browse files
committed
ci: set fetch-depth to 0 for checkout actions in CI workflows
1 parent 37261db commit 174e278

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/core-smart-contract-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- uses: actions/setup-node@v4
2426
with:

.github/workflows/core-smart-contract-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
3234

3335
- uses: actions/setup-node@v4
3436
with:

0 commit comments

Comments
 (0)