From b58480956a3303854492aa7843f88b8790ff33b0 Mon Sep 17 00:00:00 2001 From: Jordy Cabannes Date: Thu, 28 Mar 2024 12:13:57 +0100 Subject: [PATCH] fix: remove codeql.yml --- .github/workflows/codeql.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 08011711..00000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: CodeQL - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '0 0 * * 1' - -jobs: - codeql: - name: CodeQL code scanning - runs-on: ubuntu-latest - permissions: - security-events: write - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Init CodeQL - uses: github/codeql-action/init@v3 - with: - languages: javascript-typescript - config: | - paths-ignore: - - docs - - '**/__testData__/**' - - '**/*.test.ts' - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 \ No newline at end of file