From 49e19708669a7bc31b434b9a63213037f1154d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:56:52 +0000 Subject: [PATCH 1/2] chore(container): update image ghcr.io/devsecninja/dotfiles-devcontainer to bceb577 [automerge] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 68130b76..7b7ee6b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // fresh, correctly detecting the runtime environment (CI, Codespaces, etc.) // Pinned by digest only (no tag): the devcontainers CLI cannot parse a // combined `:tag@sha256:...` reference, so Renovate keeps just the digest. - "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:4e9a61f502d6384f66e7a3f8b433a99a13fa761ea89e2177cb02150d52eaeee1", + "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:bceb577639a52d93b2608d6509a64b07f6296acdb631be7920b0a667f4b91514", "features": { "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest" From 6998077091c4ff368049b892ff29c9a5f05831f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:57:08 +0000 Subject: [PATCH 2/2] chore(github-tag): update tag actions/cache to v6 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b7ee6b4..68130b76 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // fresh, correctly detecting the runtime environment (CI, Codespaces, etc.) // Pinned by digest only (no tag): the devcontainers CLI cannot parse a // combined `:tag@sha256:...` reference, so Renovate keeps just the digest. - "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:bceb577639a52d93b2608d6509a64b07f6296acdb631be7920b0a667f4b91514", + "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:4e9a61f502d6384f66e7a3f8b433a99a13fa761ea89e2177cb02150d52eaeee1", "features": { "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53bc849e..10efccc0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Cache Docker layers - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-devcontainer-${{ hashFiles('.devcontainer/devcontainer.json', 'home/install.sh') }}