mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 07:48:23 +08:00
ignore dist in codeql scan
codeql is choking on the minified/transformed version of the project JS, so we need to get it to ignore that.
This commit is contained in:
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: "Code scanning - action"
|
||||
|
||||
paths-ignore:
|
||||
- dist
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user