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