Skip to content

Releases: drone-plugins/github-actions

v1.1.0-debug-5: fix: [CI-23219]: bump CI Go toolchain to 1.25.11 to match go.mod

Choose a tag to compare

@chhawchharia chhawchharia released this 01 Jul 06:05
The vuln remediation raised the go.mod directive to `go 1.25.0`, but the
.drone.yml build step still used `golang:1.22.7`. A 1.22 toolchain cannot
cleanly build a 1.25 module (auto-toolchain download is fragile and fails
under GOTOOLCHAIN=local), and it would compile the plugin binary with an
outdated Go stdlib, re-introducing stdlib CVEs into the image. Pin the build
image to the latest 1.25 patch (1.25.11), which also carries the stdlib fix
for CVE-2025-47910.

Co-authored-by: Cursor <cursoragent@cursor.com>

v1.1.0-debug1

v1.1.0-debug1 Pre-release
Pre-release

Choose a tag to compare

@Ompragash Ompragash released this 15 Apr 15:31

v1.1.0-debug

v1.1.0-debug Pre-release
Pre-release

Choose a tag to compare

@Ompragash Ompragash released this 15 Apr 14:19

Full Changelog: v1.0.0...v1.1.0-debug

v1.0.0

Choose a tag to compare

@Ompragash Ompragash released this 13 Jan 14:21
02ba122

What's Changed

  • fix: [CI-15713]: Fix no-output case in Drone GitHub Action Plugin by @Ompragash in #21

Full Changelog: v0.0.4...v1.0.0

v0.0.4

Choose a tag to compare

@Ompragash Ompragash released this 10 Jan 14:49
edf2500

What's Changed

  • feat: [CI-15681]: Enhance Drone GitHub Action Plugin with Workflow Output Parsing by @Ompragash in #18

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.4-debug

v0.0.4-debug Pre-release
Pre-release

Choose a tag to compare

@Ompragash Ompragash released this 10 Jan 14:32
11ed8ba

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4-debug

v0.0.3

Choose a tag to compare

@raghavharness raghavharness released this 21 May 09:17
51a4e8d

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@shubham149 shubham149 released this 12 Jan 04:46
a8d4a08

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@shubham149 shubham149 released this 10 Jan 16:06
1642507

What's Changed

New Contributors

Full Changelog: https://github.com/drone-plugins/github-actions/commits/v0.0.1