Skip to content

Commit 2b03460

Browse files
committed
Remove advanced CodeQL
This repository does not support advanced CodeQl analysis. It is disabled at the organisation level. Removing the build from GitHub Actions workflow to avoid false positive.
1 parent dfbfc02 commit 2b03460

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/tests.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,4 @@ jobs:
4040

4141
- name: Check examples
4242
run: npm run examples
43-
analyze:
44-
name: Analyze CodeQL
45-
runs-on: ubuntu-latest
46-
permissions:
47-
actions: read
48-
contents: read
49-
security-events: write
50-
steps:
51-
- name: Checkout repository
52-
uses: actions/checkout@v4
53-
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v3
55-
with:
56-
languages: javascript-typescript
57-
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v3
59-
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v3
43+

0 commit comments

Comments
 (0)