Skip to content

Releases: suzuki-shunsuke/pinact

v3.9.2

29 Apr 01:55
Immutable release. Only release title and notes can be modified.
v3.9.2
f8a8e51

Choose a tag to compare

v3.9.0...v3.9.2

Fixes

#1493 Preserve original line endings when updating workflows

v3.9.1

29 Apr 01:36
Immutable release. Only release title and notes can be modified.
v3.9.1
d0a7933

Choose a tag to compare

v3.9.1 Pre-release
Pre-release
chore: release v3.9.1

v3.9.1-0

28 Apr 13:54
Immutable release. Only release title and notes can be modified.
v3.9.1-0
d0a7933

Choose a tag to compare

v3.9.1-0 Pre-release
Pre-release
chore: release v3.9.1-0

v3.9.0

03 Feb 00:23
Immutable release. Only release title and notes can be modified.
v3.9.0
9d8b320

Choose a tag to compare

v3.8.0...v3.9.0

Features

#1365 Make version separator configurable via configuration file @ReenigneArcher
#1372 Make version separator configurable via command line option and environment variable

🐛 Bug Fixes

#1359 Fix a bug that -log-color doesn't work

Others

  • docs: fix readme for ignore_actions[].ref by @nasa9084 in #1323
  • docs: fix readme for correct GHES_API_URL by @maruloop in #1324
  • docs(INSTALL): add mise alternate installation documentation by @jylenhof in #1331

v3.8.0

30 Dec 13:43
Immutable release. Only release title and notes can be modified.
v3.8.0
5caad4c

Choose a tag to compare

v3.7.4...v3.8.0

Features

#1315 Support ghtkn integration

You can create a GitHub App User Access Token by ghtkn integration.
About ghtkn, please see the document of ghtkn.
You need to set up ghtkn first.

export PINACT_GHTKN=true

v3.7.4

29 Dec 11:14
Immutable release. Only release title and notes can be modified.
v3.7.4
a8ea976

Choose a tag to compare

v3.7.3...v3.7.4

Bug Fixes

Ignore tags associated with releases #1313

v3.7.3

29 Dec 01:31
Immutable release. Only release title and notes can be modified.
v3.7.3
1858a59

Choose a tag to compare

v3.7.2...v3.7.3

#1309 Fix some bugs

  1. -verify is ignored if -u is used
  2. versions aren't pinned and verified if version comments are semver
number code command before after
1 uses: actions/checkout@v6.0.1 # v6.0.1 pinact run -u Not pinned Pinned
2 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.1 pinact run -u -verify success failure action_version must be equal to commit_hash_of_version_annotation
3 uses: actions/checkout@v6.0.1 # v6.0.1 pinact run, pinact run -verify Not pinned Pinned
4 uses: actions/checkout@main # v6.0.1 pinact run, pinact run -verify success failure action can't be pinned

v3.7.2

27 Dec 12:42
Immutable release. Only release title and notes can be modified.
v3.7.2
c6a4a71

Choose a tag to compare

v3.7.1...v3.7.2

Fixes

sarif: Add fixes field for reviewdog suggestion support

image

v3.7.1

27 Dec 08:09
Immutable release. Only release title and notes can be modified.
v3.7.1
bd67b89

Choose a tag to compare

v3.7.0...v3.7.1

There is no change between v3.7.0 and v3.7.1.
There was an issue during the release of v3.7.0, so we released v3.7.1.
Please see the release note of v3.7.0.

https://github.com/suzuki-shunsuke/pinact/releases/tag/v3.7.0

v3.7.0-1

27 Dec 06:29
Immutable release. Only release title and notes can be modified.
v3.7.0-1
943a32b

Choose a tag to compare

v3.7.0-1 Pre-release
Pre-release
chore: release v3.7.0-1