-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego
Description
Summary
This issue groups together safe patch updates that can be applied together. All updates are single-version patch increments with bug fixes only and no breaking changes.
Updates
| Package | Current | Proposed | Update Type | Key Changes |
|---|---|---|---|---|
| github.com/rhysd/actionlint | v1.7.10 | v1.7.11 | Patch | Added support for case() function in expressions, bug fixes |
Safety Assessment
✅ All updates are safe patches
- Single-version patch increment (v1.7.10 → v1.7.11)
- Only bug fixes and feature additions, no breaking changes
- Explicitly backward compatible per release notes
- Adds support for new GitHub Actions
case()function
Links
Recommended Action
Apply update:
go get -u github.com/rhysd/actionlint@v1.7.11
go mod tidyTesting Notes
- Run all tests:
make test-unit - Verify actionlint still works correctly in workflow validation
- Check for any deprecation warnings
- Test with workflows using the new
case()function
Generated by Dependabot Dependency Checker
- expires on Feb 18, 2026, 9:27 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego