Skip to content

Commit

Permalink
chore(logging): log the new and current digest in the branch info (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
travisshivers committed Mar 8, 2024
1 parent d2f4a1c commit db85242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/workers/repository/finalize/repository-statistics.ts
Expand Up @@ -79,8 +79,10 @@ function filterDependencyDashboardData(
fixedVersion,
currentVersion,
currentValue,
currentDigest,
newValue,
newVersion,
newDigest,
packageFile,
updateType,
packageName,
Expand All @@ -93,8 +95,10 @@ function filterDependencyDashboardData(
fixedVersion,
currentVersion,
currentValue,
currentDigest,
newValue,
newVersion,
newDigest,
packageFile,
updateType,
packageName,
Expand Down

0 comments on commit db85242

Please sign in to comment.