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