From e73cf0c920034b848a9766fe649aedaf708ec5f2 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 03:16:52 +0000 Subject: [PATCH] Update github.vscode-github-actions, sonarsource.sonarlint-vscode in devcontainer.json --- .devcontainer/cpp/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index 858b4e1e..3c2b302e 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -36,7 +36,7 @@ "extensions": [ "alexkrechik.cucumberautocomplete@3.0.5", "github.copilot@1.388.0", - "github.vscode-github-actions@0.29.1", + "github.vscode-github-actions@0.30.0", "github.vscode-pull-request-github@0.126.0", "jetmartin.bats@0.1.10", "kherring.bats-test-runner@0.1.3", @@ -45,7 +45,7 @@ "ms-playwright.playwright@1.1.17", "ms-vscode.cmake-tools@1.21.36", "ms-vscode.cpptools@1.29.3", - "sonarsource.sonarlint-vscode@4.39.0", + "sonarsource.sonarlint-vscode@4.40.0", "usernamehw.errorlens@3.26.0" ] }