Support Paket

This commit is contained in:
Michael B. Gale 2024-10-14 09:26:28 +01:00
parent 7d69964c80
commit 668531eca8
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 5 additions and 1 deletions

View file

@ -62,6 +62,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG = {
hash: [
// NuGet
"**/packages.lock.json",
// Paket
"**/paket.lock",
],
},
go: {