diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml deleted file mode 100644 index 08eb2d5..0000000 --- a/.github/workflows/codeql-analysis.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: codeQL -on: - push: - branches: - - main - pull_request: - branches: - - main -permissions: {} -jobs: - analyze: - permissions: - actions: read - contents: read - security-events: write - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - language: - - go - steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 - with: - go-version: stable - - name: Initialize CodeQL - uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 - with: - languages: ${{ matrix.language }} - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7