Skip to content

Commit 0a67f16

Browse files
committed
Support Paket
1 parent f35cdfa commit 0a67f16

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/dependency-caching.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/dependency-caching.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dependency-caching.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG: { [language: string]: CacheConfig } = {
5656
hash: [
5757
// NuGet
5858
"**/packages.lock.json",
59+
// Paket
60+
"**/paket.lock",
5961
],
6062
},
6163
go: {

0 commit comments

Comments
 (0)