From 792ee181826b85a530b803aed77af45217013882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 9 Jan 2023 01:00:44 +0100 Subject: [PATCH] Delete codeql.yml --- .github/workflows/codeql.yml | 35 ----------------------------------- 1 file changed, 35 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 bc7b960..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: "CodeQL" -on: - schedule: - - cron: '33 11 * * 5' - push: - branches: [ master ] - pull_request: - branches: [ master ] - workflow_dispatch: -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - steps: - - uses: actions/checkout@v3 - - run: pipx install poetry - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - cache: 'poetry' - - run: poetry install - - run: echo "CODEQL_PYTHON=$(poetry run which python)" >> $GITHUB_ENV - - uses: github/codeql-action/init@v2 - with: - languages: 'python' - queries: security-extended,security-and-quality - setup-python-dependencies: false - - uses: github/codeql-action/analyze@v2 - with: - category: "/language:${{matrix.language}}"