Skip to content

Commit 7018eab

Browse files
tofikwestclaude
andcommitted
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>
1 parent efd76c4 commit 7018eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)