From 7ce3e335511c8b7b309ae24ec01216d38ac1147e Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:20:42 +0000 Subject: [PATCH] chore(deps): update devcontainers/ci digest to 44eb86b --- .github/workflows/build_and_publish_devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index a5c40bf..d970916 100644 --- a/.github/workflows/build_and_publish_devcontainer.yml +++ b/.github/workflows/build_and_publish_devcontainer.yml @@ -22,7 +22,7 @@ jobs: uses: rlespinasse/github-slug-action@v3.x - name: Build and run dev container task - uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3 + uses: devcontainers/ci@44eb86b1bf0a6d7a5b0e0c463a3e3791081c1a95 # v0.3 with: imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} imageTag: ${{ env.GITHUB_REF_SLUG }},latest