mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-27 18:04:21 +00:00
Also scan when updating go.mod and go.sum
This commit is contained in:
parent
c3aa8edadb
commit
b849b4e00d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- "src/Picocrypt.go"
|
||||
- "src/go.mod"
|
||||
- "src/go.sum"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue