Skip to content

Commit

Permalink
chore(ci): drop Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 18, 2023
1 parent 0aeefdc commit 8175dee
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,6 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

Qodana-Analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20.8.1
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.6
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

automerge:
name: 'Merge Dependabot updates'
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 8175dee

Please sign in to comment.