diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7b25d0f6..9b53cc4f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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'