Skip to content

Releases: suzuki-shunsuke/pinact

v1.2.0

19 Jan 00:21
v1.2.0
939e08a
Compare
Choose a tag to compare

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

29 Dec 02:15
v1.1.2
5c64f66
Compare
Choose a tag to compare

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

28 Dec 08:57
v1.1.1
72afba7
Compare
Choose a tag to compare

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

#666 Print processing action name in warning logs @kachick

v1.1.0

27 Dec 14:13
v1.1.0
175ef64
Compare
Choose a tag to compare

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

27 Dec 14:09
v1.1.0-0
2014f4e
Compare
Choose a tag to compare
v1.1.0-0 Pre-release
Pre-release

v1.0.0

04 Oct 21:23
v1.0.0
664dfa3
Compare
Choose a tag to compare

Pull Requests | Issues | v0.2.1...v1.0.0

🎉 v1 is out

This is a major update, but there is no significant changes.

Others

⚠️ #550 Change the format of release assets for Windows to zip
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

04 Oct 21:14
v1.0.0-2
8ae8b96
Compare
Choose a tag to compare
v1.0.0-2 Pre-release
Pre-release

v1.0.0-1

04 Oct 21:02
v1.0.0-1
f677fa6
Compare
Choose a tag to compare
v1.0.0-1 Pre-release
Pre-release

v0.2.1

26 Jun 15:31
v0.2.1
646ec29
Compare
Choose a tag to compare

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

26 Jun 15:01
v0.2.1-1
7dc4361
Compare
Choose a tag to compare
v0.2.1-1 Pre-release
Pre-release

v0.2.0...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