Releases: suzuki-shunsuke/pinact
Releases · suzuki-shunsuke/pinact
v3.9.2
Immutable
release. Only release title and notes can be modified.
v3.9.1
Immutable
release. Only release title and notes can be modified.
chore: release v3.9.1
v3.9.1-0
Immutable
release. Only release title and notes can be modified.
chore: release v3.9.1-0
v3.9.0
Immutable
release. Only release title and notes can be modified.
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
v3.8.0
Immutable
release. Only release title and notes can be modified.
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=truev3.7.4
Immutable
release. Only release title and notes can be modified.
v3.7.3
Immutable
release. Only release title and notes can be modified.
#1309 Fix some bugs
-verifyis ignored if-uis used- 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
Immutable
release. Only release title and notes can be modified.
v3.7.1
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
chore: release v3.7.0-1
