We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a9521 commit 457cfdcCopy full SHA for 457cfdc
1 file changed
.github/workflows/release.yml
@@ -98,10 +98,13 @@ jobs:
98
echo "::add-mask::$accessToken"
99
echo "AZURE_VAULT_TOKEN=$accessToken" >> $env:GITHUB_ENV
100
101
+ # AzureSignTool is installed from nuget.org (https://www.nuget.org/packages/AzureSignTool/7.0.1)
102
+ # Security: On Windows, NuGet verifies repository signatures by default. The package is
103
+ # version-pinned and pulled over HTTPS from nuget.org's CDN. Source: https://github.com/vcsjones/AzureSignTool
104
- name: Install AzureSignTool
105
shell: pwsh
106
run: |
- dotnet tool install --global AzureSignTool
107
+ dotnet tool install --global AzureSignTool --version 7.0.1
108
109
- name: Run GoReleaser for Windows
110
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
0 commit comments