Skip to content

Commit 1e51e73

Browse files
committed
ci(github): improve performance
1 parent 3dc68b4 commit 1e51e73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
3636
steps:
3737
- name: Check out code
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
38+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
with:
4040
fetch-depth: 2 # needed to diff changed files
4141
- id: docs_only_check

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: "Checkout code"
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
with:
27+
fetch-depth: 1
2728
persist-credentials: false
2829

2930
- name: "Run analysis"

0 commit comments

Comments
 (0)