Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit 7f1bacb

Browse files
committed
fix: resolve CodeQL workflow conflict and SSRF vulnerabilities
Security & CI/CD fixes: - Remove advanced CodeQL configuration that conflicts with default setup - Fix "CodeQL analyses from advanced configurations cannot be processed" error - Simplify security workflow to use default CodeQL queries only
1 parent 468f108 commit 7f1bacb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ jobs:
7070
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
7171
with:
7272
languages: javascript-typescript
73-
config: |
74-
name: "FarDrops Security Config"
75-
queries:
76-
- uses: security-extended
77-
- uses: security-experimental
7873

7974
- name: Autobuild
8075
uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1

0 commit comments

Comments
 (0)