From e5cb72715b5305a76f577c4a0a5e864798718d2d Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Thu, 18 Jun 2026 17:12:50 +0300 Subject: [PATCH 1/2] reproducible build upgrade test --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ca55bd42..ea32d3657 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v5.0.0 + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@3382a1feb8b478932f045de8ebacf392857345ca with: - image_tag: v10.0.0 + image_tag: v12.0.0 attach_to_existing_release: true From 02d98257612692c8a78037c5b8c45828ecfdf491 Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Thu, 18 Jun 2026 17:35:15 +0300 Subject: [PATCH 2/2] reproducible build upgrade test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea32d3657..5fd90e91e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@3382a1feb8b478932f045de8ebacf392857345ca + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@a1af1a670e921986d24263960beb65dbfa9f7793 with: image_tag: v12.0.0 attach_to_existing_release: true