Skip to content

Commit 3392aa9

Browse files
authored
github action version check fix (#133)
* github action version check fix Signed-off-by: Woojoong Kim <woojoong.kim@intel.com> * update ver Signed-off-by: Woojoong Kim <woojoong.kim@intel.com> * update ver Signed-off-by: Woojoong Kim <woojoong.kim@intel.com> --------- Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>
1 parent c8709b3 commit 3392aa9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/code-scan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921
- name: check version
2022
run: make check-version
2123
lint:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.17-dev
1+
0.4.17

0 commit comments

Comments
 (0)