diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index de95c07..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "CodeQL Scan for GitHub Actions Workflows" - -on: - push: - branches: [master] - paths: [".github/workflows/**"] - pull_request: - branches: [master] - paths: [".github/workflows/**"] - -jobs: - analyze: - name: Analyze GitHub Actions workflows - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - steps: - - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: actions - - - name: Run CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - category: actions