Releases: suzuki-shunsuke/pinact
v1.2.0
Pull Requests | Issues | v1.1.2...v1.2.0
Features
#708 Support .pinact.yml and .github/pinact.yml as configuration files @civitaspo
v1.1.2
Pull Requests | Issues | v1.1.1...v1.1.2
Features
#672 init: Add a code comment for YAML Language Server to generated config
# yaml-language-server: $schema=https://raw.githubusercontent.com/suzuki-shunsuke/pinact/refs/heads/main/json-schema/pinact.json
Others
#672 Generate JSON Schema for pinact's configuration files
v1.1.1
Pull Requests | Issues | v1.1.0...v1.1.1
Bug Fixes
This release fixed bugs of --update
option:
#669 Fix bugs of --update
option:
- Get a list of available versions from GitHub Releases, not GitHub tags
- Fix a bug that pinact can't update actions if it fails to parse any tag as a semver
v1.1.0
Pull Requests | Issues | v1.0.0...v1.1.0
Features
#663 Support updating actions
Added a command line option -update (-u)
to update actions
pinact run -u
v1.1.0-0
v1.0.0
Pull Requests | Issues | v0.2.1...v1.0.0
🎉 v1 is out
This is a major update, but there is no significant changes.
Others
Update Go to v1.23.2
Update dependencies
#541 Create GitHub Artifact Attestations
https://github.com/suzuki-shunsuke/pinact/attestations
You can verify downloaded assets from GitHub Releases using GitHub CLI.
gh release download -R suzuki-shunsuke/pinact v1.0.0 -p pinact_darwin_arm64.tar.gz
gh attestation verify pinact_darwin_arm64.tar.gz \
-R suzuki-shunsuke/pinact \
--signer-workflow suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml
v1.0.0-2
v1.0.0-1
v0.2.1
Pull Requests | Issues | v0.2.0...v0.2.1
Bug Fixes
Fixed several bugs that actions aren't pinned
#468 Fix a bug that actions aren't pinned if uses' key or value is surrounded with single quotes or double quotes
e.g.
- "uses": "actions/[email protected]"
#471 Fix a bug that short versions aren't converted to long versions if tag=
is used
e.g.
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # tag=v3
#473 Fix a bug that actions aren't pinned if multiple spaces are used before or after #
e.g.
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
v0.2.1-1
Bug Fixes
#468 Fix a bug that actions aren't pinned if uses' key or value is surrounded with single quotes or double quotes
e.g.
- "uses": "actions/[email protected]"
#471 Fix a bug that short versions aren't converted to long versions if tag=
is used
e.g.
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # tag=v3
#473 Fix a bug that actions aren't pinned if multiple spaces are used before or after #
e.g.
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3