From bc92ba808313c96f1c41ff6be7bd2bee15f19fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:41:47 +0000 Subject: [PATCH] Update DEFRA/cdp-build-action requirement to 550c4792fac07cfd59eaea469bc0a17ce202cced Updates the requirements on [DEFRA/cdp-build-action](https://github.com/defra/cdp-build-action) to permit the latest version. - [Commits](https://github.com/defra/cdp-build-action/commits/550c4792fac07cfd59eaea469bc0a17ce202cced) --- updated-dependencies: - dependency-name: DEFRA/cdp-build-action dependency-version: 550c4792fac07cfd59eaea469bc0a17ce202cced dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-hotfix.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-hotfix.yml b/.github/workflows/publish-hotfix.yml index 78a8139..5d185ad 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # Depth 0 required for branch-based versioning - name: Publish Hot Fix - uses: DEFRA/cdp-build-action/build-hotfix@dfb7dbaa4129b6e7e6b250c043d06628b32f8167 + uses: DEFRA/cdp-build-action/build-hotfix@550c4792fac07cfd59eaea469bc0a17ce202cced with: github-token: ${{ secrets.GITHUB_TOKEN }} ## SonarCloud diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 153cc3b..6926b3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Check out code uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6 - name: Build and Publish - uses: DEFRA/cdp-build-action/build@5f3ba75f66a3ef96855322c137727ff996cc2995 + uses: DEFRA/cdp-build-action/build@550c4792fac07cfd59eaea469bc0a17ce202cced with: github-token: ${{ secrets.GITHUB_TOKEN }} ## SonarCloud