Skip to content

Commit 934e594

Browse files
ixxeL2097Frederic Spiers
andauthored
fix(action): removing tag fetching from other steps in daily scan workflow (#86)
Co-authored-by: Frederic Spiers <[email protected]>
1 parent 802735c commit 934e594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/daily-scan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v5
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Fetch tags
2527
shell: bash

0 commit comments

Comments
 (0)