From aaaf1b0463cfddc77e6667c8ca711b8ae82f01e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 8 Mar 2023 18:23:56 +0000 Subject: [PATCH] fix(ci): get rid of codeql --- .github/workflows/scan.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/scan.yml diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml deleted file mode 100644 index 4e7891cae..000000000 --- a/.github/workflows/scan.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Scan - -on: - push: - branches: - - main - -jobs: - codeql: - name: CodeQL - runs-on: ubuntu-latest - permissions: - security-events: write - actions: read - contents: read - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2