From 57eaced92b63d8dc5fe9301ec994048cc09c6c07 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Tue, 23 Aug 2022 22:03:59 +0530 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20fix=20code=20analysis=20bu?= =?UTF-8?q?ild=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- .github/workflows/codeql-analysis.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 632e8b01..1f93541b 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -32,8 +32,7 @@ jobs: uses: github/codeql-action/autobuild@v2 - name: Build Artifact - run: | - make build + run: make build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2