Skip to content

Commit

Permalink
fix: remove codeQL from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
san-soucie committed Sep 27, 2023
1 parent a11e7c9 commit 3054881
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
analyse:
name: Analyze with CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Autobuild with CodeQL
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
codecov:
name: Analyze with Codecov
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3054881

Please sign in to comment.