Skip to content

Commit 5f35e35

Browse files
tofikwestclaude
andauthored
fix(ci): pin Windows code signing to stable sslcom/esigner-codesign@v1.3.2 (#2141)
* chore(device-agent): align package.json version to 1.0.0 baseline CI overrides this at build time, but keeping it in sync with what the version detection computes (1.0.0 since no clean semver tags exist). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): use stable sslcom/esigner-codesign@v1.3.2 instead of @develop The @develop branch broke Windows code signing — the action stopped passing -username and -password flags to CodeSignTool. Pinning to the latest stable tag v1.3.2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e82bf17 commit 5f35e35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/device-agent-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ jobs:
180180
run: bun run package:win
181181

182182
- name: Setup SSL.com eSigner CodeSignTool
183-
uses: sslcom/esigner-codesign@develop
183+
uses: sslcom/esigner-codesign@v1.3.2
184184
with:
185185
command: get_credential_ids
186186
username: ${{ secrets.ESIGNER_USERNAME }}
187187
password: ${{ secrets.ESIGNER_PASSWORD }}
188188
totp_secret: ${{ secrets.ESIGNER_TOTP_SECRET }}
189189

190190
- name: Sign Windows EXE with SSL.com eSigner
191-
uses: sslcom/esigner-codesign@develop
191+
uses: sslcom/esigner-codesign@v1.3.2
192192
with:
193193
command: sign
194194
username: ${{ secrets.ESIGNER_USERNAME }}

0 commit comments

Comments
 (0)