From 2c08c4c6e052044dfd3a1bd3b4a62894ce887a9a Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sun, 30 Jun 2024 17:59:30 -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 9367880..7d85683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.5-dev +0.5.4 From 9c84411201573e002bb3e9f803022d6a5d504eb1 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sun, 30 Jun 2024 17:59:52 -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 7d85683..d1d899f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5