SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.7.15.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Installation
Quick Install (Linux/macOS)
curl -sSL https://raw.githubusercontent.com/spagu/ssg/main/install.sh | bash
Package Managers
- Homebrew:
brew install spagu/tap/ssg - Snap:
snap install ssg - Debian/Ubuntu: Download
.debfile below - Fedora/RHEL: Download
.rpmfile below
Checksums
See checksums.sha256 for file verification.
📖 Full documentation: https://github.com/spagu/ssg#readme
What’s Changed
- fix(1.7.14): Go 1.26.5 CVE, Scorecard hardening, #8 static passthrough, GO-005/SEC-011 by @spagu in https://github.com/spagu/ssg/pull/16
- fix(1.7.15): audit hardening — SEC-006/008/009/010/012 + GO-003/004/008 by @spagu in https://github.com/spagu/ssg/pull/17
- fix(snap): plugin nil to survive go1.26.5 toolchain fetch by @spagu in https://github.com/spagu/ssg/pull/18
Full Changelog: https://github.com/spagu/ssg/compare/v1.7.14...v1.7.15