Releases: windlasstech/actionlint-hardened-action
Releases · windlasstech/actionlint-hardened-action
Release list
v1.0.0 - includes actionlint v1.7.12
Immutable
release. Only release title and notes can be modified.
1.0.0 - 12026-06-27
Added
- Docker-based reusable GitHub Action wrapping
rhysd/actionlintwith explicit inputs (paths,config-file,ignore,shellcheck,pyflakes,format,no-color,oneline), including newline-separated shell-like glob handling that skips unmatched glob patterns, keeps*,?, and bracket expressions within a single path segment, and requires explicit leading-dot patterns for leading-dot names. - SHA-pinned upstream image in
Dockerfile:rhysd/actionlint:1.7.12@sha256:b1934ee5f1c509618f2508e6eb47ee0d3520686341fec936f3b79331f9315667. - Dependabot configuration for Docker base image and GitHub Actions updates.
- Windlass security reusable workflows: Dependency Review, OSV Scanner (PR and full), and OpenSSF Scorecard.
- Self-test workflow exercising valid, invalid, unmatched glob, config-file, ignore, tool-disable, and formatting inputs.
- Test fixtures and bilingual documentation (
README.mdandREADME.ko.md). - Initial project files:
LICENSEandREADME.md. - Repository conventions for agent-assisted development (
AGENTS.md). - Standard OS-specific
.gitignorerules. - Korean README translation (
README.ko.md).