From e50bcd917c5803e7dca6631ce89955fbce79618d Mon Sep 17 00:00:00 2001 From: leynos Date: Fri, 24 Jul 2026 20:00:14 +0200 Subject: [PATCH] Bump remaining shared-actions pins to 1c1a46f0 Rebase onto main, which #147 already carried most of these workflow and action references to 1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7. Only two references had not yet caught up: the dependabot-automerge reusable workflow and coverage-main's upload-codescene-coverage action, both still pinned to the older d3cbe87e commit. Bring both into line with the rest of the estate so every leynos/shared-actions reference in this repository resolves to the same commit. --- .github/workflows/coverage-main.yml | 2 +- .github/workflows/dependabot-automerge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index d4e1b46..92abc73 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -38,7 +38,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@d3cbe87e745e07b3ad53ddcb87deb19ffa95c9b8 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }} diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index c82292c..67f0107 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -28,6 +28,6 @@ jobs: # The token is not used for any external cloud auth. id-token: write if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }} - uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@d3cbe87e745e07b3ad53ddcb87deb19ffa95c9b8 + uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 with: pull-request-number: ${{ inputs.pull-request-number || github.event.pull_request.number }}