From 19ff6ceee4870bd9c2e6d73121838c449b6b1584 Mon Sep 17 00:00:00 2001 From: Tom Harold Date: Wed, 20 May 2026 13:52:47 -0400 Subject: [PATCH] ci: bump allocate-build-counter SHA (Basic auth fix) Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build-counter-allocator.yml | 2 +- .../calculate-version-using-build-counter-allocator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-counter-allocator.yml b/.github/workflows/build-counter-allocator.yml index be9f2f6..dab3549 100644 --- a/.github/workflows/build-counter-allocator.yml +++ b/.github/workflows/build-counter-allocator.yml @@ -105,7 +105,7 @@ jobs: fetch-depth: 1 - name: Allocate Build Counter - uses: ritterim/public-github-actions/actions/allocate-build-counter@e3c97fd80de648f59ed6bb0c20f10a8b1f4e346e + uses: ritterim/public-github-actions/actions/allocate-build-counter@76245ce1da126f3c0f2c95a82cf17b03762c9212 id: alloc with: counter_key: ${{ inputs.counter_key }} diff --git a/.github/workflows/calculate-version-using-build-counter-allocator.yml b/.github/workflows/calculate-version-using-build-counter-allocator.yml index c1a137c..dca8bb8 100644 --- a/.github/workflows/calculate-version-using-build-counter-allocator.yml +++ b/.github/workflows/calculate-version-using-build-counter-allocator.yml @@ -226,7 +226,7 @@ jobs: - name: Allocate Build Counter if: ${{ !inputs.build_number }} - uses: ritterim/public-github-actions/actions/allocate-build-counter@e3c97fd80de648f59ed6bb0c20f10a8b1f4e346e + uses: ritterim/public-github-actions/actions/allocate-build-counter@76245ce1da126f3c0f2c95a82cf17b03762c9212 id: allocate with: counter_key: ${{ inputs.counter_key }}