SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.7.14.
- 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
- chore(deps): bump golang.org/x/net from 0.52.0 to 0.55.0 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/spagu/ssg/pull/13
- fix(1.7.14): security hardening (path traversal, action injection), panic fix, engine validation by @spagu in https://github.com/spagu/ssg/pull/14
- fix(ci): bump Go to 1.26.5 (GO-2026-5856 crypto/tls fix) by @spagu in https://github.com/spagu/ssg/pull/15
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/spagu/ssg/pull/13
Full Changelog: https://github.com/spagu/ssg/compare/v1.7.13...v1.7.14