mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-27 12:55:54 +00:00
chore(workflow): update CodeQL build mode to 'none' and remove manual build steps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user