Skip to content

Commit 9949697

Browse files
committed
Release v0.34.1
1 parent 8925434 commit 9949697

5 files changed

+26
-34
lines changed

.changeset/patch-add-changeset-pr-8700.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/patch-convert-pr-safe-outputs-handler-manager.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/patch-convert-pr-safe-outputs-to-handler-manager.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/patch-refactor-parse-threat-detection-results.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.34.1 - 2026-01-03
6+
7+
### Bug Fixes
8+
9+
#### Auto-generated changeset for pull request #8700.
10+
11+
This is a patch-level changeset (internal/tooling/documentation).
12+
13+
#### Convert PR-related safe outputs and the `hide-comment` safe output to the
14+
15+
handler-manager architecture used by other safe outputs (e.g. `create-issue`).
16+
17+
This is an internal refactor: handlers now use the handler factory pattern,
18+
enforce max counts, return result objects, and are managed by the handler
19+
manager. TypeScript, linting, and Go formatting were applied.
20+
21+
#### Converted PR-related safe outputs and `hide-comment` to the handler manager architecture. Internal refactor only; no user-facing API changes.
22+
23+
Ahoy! This changeset was generated for PR #8683 by the Changeset Generator.
24+
25+
#### Refactor the threat detection result parsing step by moving the inline JavaScript into a dedicated
26+
27+
CommonJS module `actions/setup/js/parse_threat_detection_results.cjs` and update the compiler to require it.
28+
Updated tests to use the require-based pattern and recompiled workflow lock files.
29+
30+
531
## v0.34.0 - 2026-01-02
632

733
### Features

0 commit comments

Comments
 (0)