Scan all Go files

This commit is contained in:
Evan Su 2021-12-29 11:21:02 -05:00 committed by GitHub
parent a15362fd33
commit 605577f6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: "CodeQL"
on:
push:
paths:
- "src/Picocrypt.go"
- "src/*.go"
- "src/go.mod"
- "src/go.sum"
pull_request: