Skip to content

Commit

Permalink
ci: 👷 fix code analysis build step
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Aug 23, 2022
1 parent 633fec6 commit 57eaced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57eaced

Please sign in to comment.