From c7412ec556d7f9edd214fc0977460c9ca3c715c3 Mon Sep 17 00:00:00 2001 From: Mohammad Noor Abu Khleif Date: Thu, 5 Sep 2024 18:15:18 +0300 Subject: [PATCH] chore: remove old GH actions (#2) --- .github/workflows/codeql-analysis.yaml | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yaml diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml deleted file mode 100644 index a2c7690..0000000 --- a/.github/workflows/codeql-analysis.yaml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: GHAS-CodeQL-Scan -on: - workflow_dispatch: - pull_request: - branches: - - main - schedule: - - cron: '46 12 * * 4' - push: - branches: - - main -jobs: - analyze: - name: Analyze - runs-on: - - eg-securityscan - strategy: - fail-fast: false - matrix: - language: - - javascript-typescript - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - queries: security-extended - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2