From 989b17b86c2154b3ff2554956b8fe11e452c796a Mon Sep 17 00:00:00 2001 From: torleifg Date: Tue, 5 Nov 2024 15:01:11 +0100 Subject: [PATCH] chore: rm codeql from workflow --- .github/workflows/codeql.yml | 21 --------------------- 1 file changed, 21 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 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 }}