mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-29 02:44:21 +00:00
Scan all Go files
This commit is contained in:
parent
a15362fd33
commit
605577f6c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,7 +2,7 @@ name: "CodeQL"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "src/Picocrypt.go"
|
- "src/*.go"
|
||||||
- "src/go.mod"
|
- "src/go.mod"
|
||||||
- "src/go.sum"
|
- "src/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in a new issue