From a89bed56485eec92e22fbf965263329272080c2a Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 9 Apr 2023 01:57:05 -0400 Subject: [PATCH] ci(github): simplify app version retrieval --- .github/workflows/analyze-coverity.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analyze-coverity.yml b/.github/workflows/analyze-coverity.yml index 304878d..814c08d 100644 --- a/.github/workflows/analyze-coverity.yml +++ b/.github/workflows/analyze-coverity.yml @@ -39,13 +39,12 @@ jobs: - name: Configure run: cmake -B build -G Ninja - - name: Retrieve Zeal Version + - name: Retrieve Application Version run: | - zeal_version=$(cmake --build build --target zeal_version | grep -oP '^Zeal version: \K.*$') + zeal_version=$(> $GITHUB_ENV - - name: Coverity Scan uses: vapier/coverity-scan-action@v1 with: