Support Paket
This commit is contained in:
parent
7d69964c80
commit
668531eca8
3 changed files with 5 additions and 1 deletions
2
lib/dependency-caching.js
generated
2
lib/dependency-caching.js
generated
|
|
@ -62,6 +62,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG = {
|
|||
hash: [
|
||||
// NuGet
|
||||
"**/packages.lock.json",
|
||||
// Paket
|
||||
"**/paket.lock",
|
||||
],
|
||||
},
|
||||
go: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue