diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index d8f007e..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Code scanning (CodeQL) - -on: - pull_request: - types: [ready_for_review, opened, reopened, synchronize] - branches: - - main - push: - branches: - - main - -jobs: - codeql: - name: Run codeql - uses: Informasjonsforvaltning/workflows/.github/workflows/codeql.yaml@main - with: - language: python - python_version: '3.9' - python_architecture: x64 - secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}