Skip to content

Commit

Permalink
Remove codeql action due to permission conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored May 10, 2024
1 parent e78d399 commit 97fc6b0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ on:
- 'CONTRIBUTORS.md'
workflow_call:
jobs:
static-code-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
build-reference-documentation:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 97fc6b0

Please sign in to comment.