From aaa6d006a3b914c5387490c6266758d53104e9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:57:43 +0000 Subject: [PATCH] Pin Docker-Collection/reusable-workflows action to 2d245de --- .github/workflows/DockerBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/DockerBuild.yml b/.github/workflows/DockerBuild.yml index 4dec92a..0d1efcc 100644 --- a/.github/workflows/DockerBuild.yml +++ b/.github/workflows/DockerBuild.yml @@ -25,7 +25,7 @@ concurrency: jobs: docker_aws_cli: name: docker build (aws-cli) - 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/aws-cli" context: "aws-cli/" @@ -40,7 +40,7 @@ jobs: docker_aws_cli_action: name: docker build (aws-cli-action) - 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/aws-cli-action" context: "aws-cli-action/" @@ -52,7 +52,7 @@ jobs: docker_aws_s3: needs: [ "docker_aws_cli" ] name: docker build (aws-s3) - 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/aws-s3" context: "aws-s3/"