Skip to content

Commit

Permalink
ci: remove codeql job from quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed May 23, 2024
1 parent c4cd327 commit 882dd4e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,3 @@ jobs:
run: |
python3 -m coverage run --module unittest simple_acme_dns/tests/test_*
python3 -m coverage report --show-missing --fail-under 100
check_codeql:
runs-on: ubuntu-latest
needs: [check_coverage]
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 882dd4e

Please sign in to comment.