Skip to content

Commit

Permalink
fix: drop codeql and qodana checks (tmp)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Feb 13, 2024
1 parent 00a6193 commit 0067f70
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,28 +354,6 @@ jobs:
fail_ci_if_error: false
verbose: true

##
## Job: Checks (CodeQL)
##
checks-codeql:
name: "Checks: CodeQL"
uses: ./.github/workflows/codeql.ci.yml
needs: [gradle, tests]
secrets: inherit
permissions:
actions: read
contents: read
security-events: write

##
## Job: Checks (Qodana)
##
checks-qodana:
name: "Checks: Qodana"
uses: ./.github/workflows/qodana.ci.yml
needs: [gradle, tests]
secrets: inherit

##
## Job: Testsuite (Native)
##
Expand Down

0 comments on commit 0067f70

Please sign in to comment.