chore(workflow): update CodeQL build mode to 'none' and remove manual build steps

This commit is contained in:
Ivan
2026-04-23 03:41:23 -05:00
parent 21d2637e9a
commit 5d63084ece
+1 -8
View File
@@ -135,14 +135,7 @@ jobs:
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
with:
languages: javascript-typescript
build-mode: manual
- name: Build (CodeQL trace)
shell: bash
run: |
set -euo pipefail
pnpm run version:sync
pnpm run build-backend
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225