Skip to content

Commit

Permalink
Removes advanced code analysis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
qubyte committed Jul 1, 2024
1 parent 94bf263 commit fc62e3d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,3 @@ jobs:
node-version: 18.x
- run: npm ci
- run: npm run lint
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit fc62e3d

Please sign in to comment.