From 4042b50210354e8e956247ac33bab7dbe693d491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:53:00 +0000 Subject: [PATCH] feat: bump ghcr.io/devcontainers/features/github-cli from 1.1.0 to 1.1.2 Bumps ghcr.io/devcontainers/features/github-cli from 1.1.0 to 1.1.2. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/github-cli dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .devcontainer/cpp/devcontainer-lock.json | 8 ++++---- .devcontainer/cpp/devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/cpp/devcontainer-lock.json b/.devcontainer/cpp/devcontainer-lock.json index 15d0cb80..e70f0e3a 100644 --- a/.devcontainer/cpp/devcontainer-lock.json +++ b/.devcontainer/cpp/devcontainer-lock.json @@ -5,10 +5,10 @@ "resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221", "integrity": "sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221" }, - "ghcr.io/devcontainers/features/github-cli:1.1.0": { - "version": "1.1.0", - "resolved": "ghcr.io/devcontainers/features/github-cli@sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671", - "integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671" + "ghcr.io/devcontainers/features/github-cli:1.1.2": { + "version": "1.1.2", + "resolved": "ghcr.io/devcontainers/features/github-cli@sha256:7c409bf6316ffd85f04fd92fba85a744282639e603417dd4796409866bdb6805", + "integrity": "sha256:7c409bf6316ffd85f04fd92fba85a744282639e603417dd4796409866bdb6805" }, "ghcr.io/devcontainers/features/node:2.0.0": { "version": "2.0.0", diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index e9e6d720..d9a32371 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -16,7 +16,7 @@ }, "features": { "ghcr.io/devcontainers/features/desktop-lite:1.2.9": {}, - "ghcr.io/devcontainers/features/github-cli:1.1.0": {}, + "ghcr.io/devcontainers/features/github-cli:1.1.2": {}, "ghcr.io/devcontainers/features/node:2.0.0": {} }, "postCreateCommand": "npm install && npx playwright install --with-deps",