From 85535c6875f0c3bd150cc077f5ded93d445c48d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:30:08 +0000 Subject: [PATCH 1/2] =?UTF-8?q?chore(container):=20update=20image=20ghcr.i?= =?UTF-8?q?o/devsecninja/dotfiles-devcontainer=20(=20a411d3a=20=E2=9E=94?= =?UTF-8?q?=2097be4de=20)=20[automerge]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eae4f26d..449d96e6 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:a411d3a8b2b924dda8e498e3af7c833e63adccfce67dba8f0a3fb8e13980b3fe", + "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:97be4de68122c9d5f710dd056e5c1d11d4cf8d6766d7860329c6d8fc2cd5c49b", "features": { "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest" From 2f7b62df0907ec6bb7d0b9cab397b9ceef3d6804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:30:30 +0000 Subject: [PATCH 2/2] =?UTF-8?q?ci(github-tag):=20Update=20tag=20actions/ca?= =?UTF-8?q?che=20(=20v5.1.0=20=E2=9E=94=20v6.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 449d96e6..eae4f26d 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:97be4de68122c9d5f710dd056e5c1d11d4cf8d6766d7860329c6d8fc2cd5c49b", + "image": "ghcr.io/devsecninja/dotfiles-devcontainer@sha256:a411d3a8b2b924dda8e498e3af7c833e63adccfce67dba8f0a3fb8e13980b3fe", "features": { "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f83b8248..3dfc1e6d 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') }}