alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Upgrade azure actions
author
Louis Pilfold
date
6 days ago
(Jul 21, 2026, 10:58 AM +0100)
commit
61273836
61273836759a9e463f1cae009bc4ce8db2cbec82
parent
beb4da4d
beb4da4dc916d8115612bfc6f3356f445a7af7d3
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.github
actions
build-release
action.yml
+2
-2
.github/actions/build-release/action.yml
View file
Reviewed
···
121
121
# * https://azure.microsoft.com/en-us/products/trusted-signing
122
122
- name: Log in to Azure
123
123
if: ${{ contains(inputs.target, '-windows-') && inputs.azure-tenant-id && inputs.azure-subscription-id && inputs.azure-client-id && inputs.azure-trusted-signing-account-name && inputs.azure-certificate-profile-name }}
124
124
-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
124
124
+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
125
125
with:
126
126
client-id: ${{ inputs.azure-client-id }}
127
127
tenant-id: ${{ inputs.azure-tenant-id }}
128
128
subscription-id: ${{ inputs.azure-subscription-id }}
129
129
- name: Windows Code Signing
130
130
if: ${{ contains(inputs.target, '-windows-') && inputs.azure-tenant-id && inputs.azure-subscription-id && inputs.azure-client-id && inputs.azure-trusted-signing-account-name && inputs.azure-certificate-profile-name }}
131
131
-
uses: azure/trusted-signing-action@0d74250c661747df006298d0fb49944c10f16e03 # v0.5.1
131
131
+
uses: azure/trusted-signing-action@c7ab2a863ab5f9a846ddb8265964877ef296ee82 # v2.0.0
132
132
with:
133
133
endpoint: https://eus.codesigning.azure.net/
134
134
trusted-signing-account-name: ${{ inputs.azure-trusted-signing-account-name }}