From 79876efc2a03c223fec82456d8391676834eabd7 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sun, 30 Jun 2024 17:44:45 -0700 Subject: [PATCH 1/2] github action version check fix 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 516e6a4..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3-dev +1.0.2 From 7824e2ce234f14fe2dd4a83e94651c56c4388326 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sun, 30 Jun 2024 17:45:08 -0700 Subject: [PATCH 2/2] github action version check fix Signed-off-by: Woojoong Kim --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6d7de6e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3