Releases: skymatic/code-sign-action
Releases · skymatic/code-sign-action
v3.0.0
Changes
- [BREAKING] action requires node20 platform
- Feature: Prints certificate expiration date to runner log (only if openssl is installed)
- Feature: Allow more files to be signed (list can be found here)
- updated dependencies
@actions/core
from 1.10.0 to 1.10.1
Full Changelog: v2...v3.0.0
v2.0.1
- Fixed action fails due to missing parameter
- Fixed action does not fail if certificate or password are empty
password
is a required parameter- Files digest algorithm is SHA256
- Uses 64bit version of signtool
v2.0.0
- Updated to the node16 runtime by default
This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later. - Bumped dependencies:
@actions/core
to 1.10.0@actions/github
to 5.1.1
Version 1.1.0
- Added
description
param which will get passed tosigntool.exe sign /d
flag
Version 1.0.0
First release of this fork. Other than the upstream version, this fork
- does not log passwords
- timestamps via
/tr {timestampUrl} /td SHA256
(see signtool.exe documentation for details)