From b551b9c635e57988041d26944daaf4f5b110fa3d Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 29 Jun 2026 09:37:58 +0000 Subject: [PATCH] chore: update danger/danger.properties to 13.0.10 --- CHANGELOG.md | 6 ++++++ danger/danger.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7e05b..3d71162 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 v13.0.10 ([#172](https://github.com/getsentry/github-workflows/pull/172)) + - [changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md#13010) + - [diff](https://github.com/danger/danger-js/compare/13.0.5...13.0.10) + ## 3.4.0 ### Features diff --git a/danger/danger.properties b/danger/danger.properties index 7ce4b83..e25230e 100644 --- a/danger/danger.properties +++ b/danger/danger.properties @@ -1,2 +1,2 @@ -version=13.0.5 +version=13.0.10 repo=https://github.com/danger/danger-js