mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
。
This commit is contained in:
parent
7641658492
commit
87fd711cf1
2 changed files with 4 additions and 3 deletions
3
.github/codeql/codeql-config.yml
vendored
3
.github/codeql/codeql-config.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: "TidGi CodeQL Security Analysis"
|
||||
|
||||
queries:
|
||||
- uses: security-extended
|
||||
|
||||
# Paths to analyze (only source code)
|
||||
paths:
|
||||
- src
|
||||
|
|
|
|||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -33,10 +33,8 @@ jobs:
|
|||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: javascript-typescript
|
||||
# Use custom CodeQL configuration with Electron-specific queries
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
# Add custom queries directory
|
||||
queries: ./.github/codeql
|
||||
queries: +./.github/codeql
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue