From e577994e1129fb8f67e8da61d4d1d9ce233e7f40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:35:05 +0000 Subject: [PATCH] Pin Docker-Collection/reusable-workflows action to 18f6b5d --- .github/workflows/DockerBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DockerBuild.yml b/.github/workflows/DockerBuild.yml index 65ab7e9..c889728 100644 --- a/.github/workflows/DockerBuild.yml +++ b/.github/workflows/DockerBuild.yml @@ -22,7 +22,7 @@ concurrency: jobs: docker: name: docker build - uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main + uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@18f6b5d11b658915dd9a78d76efec89746f35832 # main with: docker_name: "ghcr.io/docker-collection/crowdin-cli" docker_label_author: "Efina" @@ -34,7 +34,7 @@ jobs: docker_action: name: docker build (action) needs: [ "docker" ] - uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main + uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@18f6b5d11b658915dd9a78d76efec89746f35832 # main with: docker_name: "ghcr.io/docker-collection/crowdin-action" context: "crowdin-action/"