From e6705242411d420a191acf38d4d6c0e37e641220 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 1 Feb 2025 20:51:44 +0100 Subject: [PATCH] chore: remove codeql.yaml --- .github/workflows/codeql.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/codeql.yaml 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'