Skip to content

Commit

Permalink
build(deps): bump azure/azure-code-signing-action from 0.3.0 to 0.3.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham authored Apr 16, 2024
2 parents 1d6ac9c + 25e01a2 commit 487b91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Sign payload files with Azure Code Signing
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
endpoint: https://wus2.codesigning.azure.net/
code-signing-account-name: git-fundamentals-signing
Expand All @@ -204,7 +204,7 @@ jobs:
-Destination $env:GITHUB_WORKSPACE\installers
- name: Sign installers with Azure Code Signing
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
endpoint: https://wus2.codesigning.azure.net/
code-signing-account-name: git-fundamentals-signing
Expand Down

0 comments on commit 487b91e

Please sign in to comment.