From 9152a8a5df7e9bcacac98f26a9f9cf6cb4c5c6cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:34:43 +0000 Subject: [PATCH] Pin Docker-Collection/reusable-workflows action to 3db5285 --- .github/workflows/DockerBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DockerBuild.yml b/.github/workflows/DockerBuild.yml index 3951211..b7ce5ff 100644 --- a/.github/workflows/DockerBuild.yml +++ b/.github/workflows/DockerBuild.yml @@ -35,7 +35,7 @@ jobs: dockerfile: "speed-cloudflare-cli/Dockerfile" version_detect: false version_value: "" - uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main + uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@3db5285f3ad7b93517c8445a11d93717a7ff55d7 # main with: docker_name: "ghcr.io/docker-collection/${{ matrix.docker }}" dockerfile: ${{ matrix.dockerfile }}