diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index 7a3abf2..0000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: "CodeQL Scanning" - -on: - push: - branches: - - "*" - pull_request: - branches: - - "*" - schedule: - - cron: '0 6 * * 6' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - language: ['go'] - - steps: - - name: Checkout respository - uses: actions/checkout@v3 - - - name: Install CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1