From 24a868b96631d9aca4a305f57dca472ee86a5552 Mon Sep 17 00:00:00 2001 From: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:17:06 +0300 Subject: [PATCH] refactor: remove codeql advanced --- .github/workflows/codeql.yaml | 49 ----------------------------------- README.md | 1 - 2 files changed, 50 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 d686905..0000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,49 +0,0 @@ -name: CodeQL - -on: - pull_request_target: - branches: - - main - paths: - - 'src/**/*.ts' - push: - branches: - - main - paths: - - 'src/**/*.ts' - -permissions: - actions: read - contents: read - security-events: write - -jobs: - codeql: - name: CodeQL - - runs-on: ubuntu-latest - timeout-minutes: 10 - - strategy: - fail-fast: false - - matrix: - language: - - javascript-typescript - - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - - name: Initialize - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - - - name: Auto Build - uses: github/codeql-action/autobuild@v3 - - - name: Perform Code Analysis - uses: github/codeql-action/analyze@v3 - with: - category: /language:${{ matrix.language }} diff --git a/README.md b/README.md index 1e3f266..a7ad701 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Archoleat Repo Template ![ESM](https://img.shields.io/badge/ESM-fe0) -![CodeQL](https://img.shields.io/github/actions/workflow/status/archoleat/repo-template/codeql.yaml?label=CodeQL) ![Specs](https://img.shields.io/github/actions/workflow/status/archoleat/repo-template/spec.yaml?label=Specs) ![Commitlint](https://img.shields.io/github/actions/workflow/status/archoleat/repo-template/commitlint.yaml?label=Commitlint) ![Editorconfig](https://img.shields.io/github/actions/workflow/status/archoleat/repo-template/editorconfig.yaml?label=Editorconfig)