From c8dab586e8210b68056c26efe118457e425e9791 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:56:10 +0000 Subject: [PATCH] chore(fallback): update devcontainers/ci --- .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 60ff6d551a..987912c3ee 100644 --- a/.github/workflows/build_and_publish_devcontainer.yml +++ b/.github/workflows/build_and_publish_devcontainer.yml @@ -34,7 +34,7 @@ jobs: uses: rlespinasse/github-slug-action@e6f261660910b273384c5c42b17a0217881b217a # v5.6.0 - name: Build and run dev container task - uses: devcontainers/ci@b63b30de439b47a52267f241112c5b453b673db5 # v0.3 + uses: devcontainers/ci@513af61f4de4f75d37e4438f184ba4358f0fc1ca # v0.3 with: imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} imageTag: ${{ env.GITHUB_REF_SLUG }},latest