build: run codeql before build

This commit is contained in:
zhom
2025-06-16 03:30:13 +04:00
parent 9a4be86e95
commit 04c690c750
4 changed files with 72 additions and 1 deletions
+5
View File
@@ -37,6 +37,11 @@ jobs:
uses: ./.github/workflows/lint-rs.yml
secrets: inherit
codeql:
name: CodeQL
uses: ./.github/workflows/codeql.yml
secrets: inherit
release:
needs: [security-scan, lint-js, lint-rust]
permissions: