Skip to content

Commit

Permalink
Remove codeql from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 30, 2024
1 parent f1da24e commit 97b8f7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,23 +127,3 @@ jobs:

- name: Check Spark
run: spark-submit --version


CodeQL-analysis:
name: 🔎 CodeQL analysis
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
14 changes: 0 additions & 14 deletions .licensed.yml

This file was deleted.

0 comments on commit 97b8f7c

Please sign in to comment.