From b40866a67ca984da37b6143d04c5bfe4df867ca3 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Mon, 12 Feb 2024 17:20:42 -0600 Subject: [PATCH] Update core SHA Fixes #2173 --- .github/workflows/instrumentations_0.yml | 2 +- .github/workflows/instrumentations_1.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/instrumentations_0.yml b/.github/workflows/instrumentations_0.yml index c0df94171d..d6a1d688e6 100644 --- a/.github/workflows/instrumentations_0.yml +++ b/.github/workflows/instrumentations_0.yml @@ -6,7 +6,7 @@ on: - 'release/*' pull_request: env: - CORE_REPO_SHA: 84c0e4f38d4fcdb8c13fd3988469fbb8cda28150 + CORE_REPO_SHA: e98af82ff0ebe7e687fda265093aa576cd9ba80f jobs: instrumentations-0: diff --git a/.github/workflows/instrumentations_1.yml b/.github/workflows/instrumentations_1.yml index 5b57472076..7b1a0925cf 100644 --- a/.github/workflows/instrumentations_1.yml +++ b/.github/workflows/instrumentations_1.yml @@ -6,7 +6,7 @@ on: - 'release/*' pull_request: env: - CORE_REPO_SHA: 84c0e4f38d4fcdb8c13fd3988469fbb8cda28150 + CORE_REPO_SHA: e98af82ff0ebe7e687fda265093aa576cd9ba80f jobs: instrumentations-1: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d6b03d74b..33791db4cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: - 'release/*' pull_request: env: - CORE_REPO_SHA: d829e375202d0106d45d7a2441409be82086b423 + CORE_REPO_SHA: e98af82ff0ebe7e687fda265093aa576cd9ba80f jobs: misc: