mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -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"
|
name: "TidGi CodeQL Security Analysis"
|
||||||
|
|
||||||
|
queries:
|
||||||
|
- uses: security-extended
|
||||||
|
|
||||||
# Paths to analyze (only source code)
|
# Paths to analyze (only source code)
|
||||||
paths:
|
paths:
|
||||||
- src
|
- 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
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
# Use custom CodeQL configuration with Electron-specific queries
|
|
||||||
config-file: ./.github/codeql/codeql-config.yml
|
config-file: ./.github/codeql/codeql-config.yml
|
||||||
# Add custom queries directory
|
queries: +./.github/codeql
|
||||||
queries: ./.github/codeql
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue