diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index ffdf5f7ad..000000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: codeql - -on: - push: - branches: - - dev - -jobs: - CodeQL-Build: - runs-on: ubuntu-latest - - permissions: - security-events: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: javascript-typescript - build-mode: none - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - category: '/language:javascript-typescript'