From e41747c662947bd86cf3685cfc11ad6149f30890 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Thu, 3 Aug 2023 16:53:50 +0800 Subject: [PATCH] style: fix cicd actions openimci Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 07133126b..0e69089f9 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -90,19 +90,11 @@ jobs: echo "Run unit test and get test coverage successfully" continue-on-error: true - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: go - - name: Build source code for host platform run: | sudo make build echo "Build source code for host platform successfully" - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - - name: OpenIM verify copyright run: | sudo make verify-copyright