From 94cc1f2670874d7f90ec576aec91140ec1b9a4b0 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Mon, 3 Jun 2024 23:52:08 +0000 Subject: [PATCH] Remove codeql Running codeql is a bit of an overkill at this point since we moved all the code to cilium/cilium repo except for main.go [^1]. [^1]: https://github.com/cilium/hubble/blob/main/main.go Signed-off-by: Michi Mutsuzaki --- .github/workflows/codeql-analysis.yml | 39 --------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 865a28af5..000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: codeql - -# Any change in triggers needs to be reflected in the concurrency group. -on: - push: - branches: - - main - - v0.13 - pull_request: - branches: - - main - schedule: - - cron: "45 7 * * 3" - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after || 'scheduled' }} - cancel-in-progress: true - -jobs: - analyze: - if: github.repository == 'cilium/hubble' - runs-on: ubuntu-22.04 - strategy: - fail-fast: false - steps: - - name: Checkout repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - with: - fetch-depth: 1 - - name: Setup Go - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 - with: - go-version-file: 'go.mod' - - name: Initialize CodeQL - uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 - with: - languages: go - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7