From db852425a612b2878c40d28796b0378b4f1ae1b3 Mon Sep 17 00:00:00 2001 From: travisshivers <125492475+travisshivers@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:58:20 -0600 Subject: [PATCH] chore(logging): log the new and current digest in the branch info (#27810) --- lib/workers/repository/finalize/repository-statistics.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/workers/repository/finalize/repository-statistics.ts b/lib/workers/repository/finalize/repository-statistics.ts index 830dafea93..28c795a662 100644 --- a/lib/workers/repository/finalize/repository-statistics.ts +++ b/lib/workers/repository/finalize/repository-statistics.ts @@ -79,8 +79,10 @@ function filterDependencyDashboardData( fixedVersion, currentVersion, currentValue, + currentDigest, newValue, newVersion, + newDigest, packageFile, updateType, packageName, @@ -93,8 +95,10 @@ function filterDependencyDashboardData( fixedVersion, currentVersion, currentValue, + currentDigest, newValue, newVersion, + newDigest, packageFile, updateType, packageName, -- GitLab