From edd70b6a673d417db9aea057c142f21cad0509d0 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sun, 30 Jun 2024 17:59:46 -0700 Subject: [PATCH] github action version check fix (#21) * github action version check fix Signed-off-by: Woojoong Kim * github action version check fix Signed-off-by: Woojoong Kim --------- Signed-off-by: Woojoong Kim --- .github/workflows/code-scan.yml | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 4ae9ae7..237b168 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: check version run: make check-version lint: diff --git a/VERSION b/VERSION index f69d83a..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7-dev +0.0.7