mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
* test: codeql for wikioperation * test: codeql not find suite * Move CodeQL analysis to dedicated workflow Extracted the CodeQL security analysis job from test.yml into a new codeql-analysis.yml workflow file for better separation of concerns and maintainability. * Update codeql-analysis.yml * de * 。
4 lines
87 B
YAML
4 lines
87 B
YAML
name: tidgi/security-queries
|
|
version: 1.0.0
|
|
dependencies:
|
|
codeql/javascript-all: "*"
|