mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-27 01:44:19 +00:00
Add web interface to CodeQL
This commit is contained in:
parent
b3b5157977
commit
97fa47346d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -8,6 +8,9 @@ on:
|
|||
- "cli/picocrypt/*.go"
|
||||
- "cli/picocrypt/go.mod"
|
||||
- "cli/picocrypt/go.sum"
|
||||
- "web/*.go"
|
||||
- "web/go.mod"
|
||||
- "web/go.sum"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue