From e68e1ba8e9d315288b0764a5e306e5954f770276 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 31 Aug 2026 08:14:25 +0000 Subject: [PATCH] chore: update danger/danger.properties to 14.0.6 --- CHANGELOG.md | 6 ++++++ danger/danger.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7e05b..abd684c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Danger - Harden `extra-install-packages` handling: pass the package list into the container via env var instead of host-shell string interpolation (defense in depth) ([#169](https://github.com/getsentry/github-workflows/pull/169)) +### Dependencies + +- Bump Danger JS from v13.0.5 to v14.0.6 ([#172](https://github.com/getsentry/github-workflows/pull/172)) + - [changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1406) + - [diff](https://github.com/danger/danger-js/compare/13.0.5...14.0.6) + ## 3.4.0 ### Features diff --git a/danger/danger.properties b/danger/danger.properties index 7ce4b83..f7709a4 100644 --- a/danger/danger.properties +++ b/danger/danger.properties @@ -1,2 +1,2 @@ -version=13.0.5 +version=14.0.6 repo=https://github.com/danger/danger-js