From a60d9a723fb2dea65771e0b90b7cb273ca6def3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:23:50 +0000 Subject: [PATCH] Pin Docker-Collection/reusable-workflows action to 2d245de --- .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..6fb895a 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@2d245de0bf0e76353622554e7cd88c88331eeda3 # 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@2d245de0bf0e76353622554e7cd88c88331eeda3 # main with: docker_name: "ghcr.io/docker-collection/crowdin-action" context: "crowdin-action/"