Skip to content

Commit

Permalink
build(deps): bump azure/azure-code-signing-action from 0.2.22 to 0.3.0 (
Browse files Browse the repository at this point in the history
#1518)

Bumps
[azure/azure-code-signing-action](https://github.com/azure/azure-code-signing-action)
from 0.2.22 to 0.3.0.
  • Loading branch information
mjcheetham authored Jan 25, 2024
2 parents 70c4dd0 + 9d636e1 commit 69143d0
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/azure-code-signing-action@v0.2.22
uses: azure/azure-code-signing-action@v0.3.0
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/azure-code-signing-action@v0.2.22
uses: azure/azure-code-signing-action@v0.3.0
with:
endpoint: https://wus2.codesigning.azure.net/
code-signing-account-name: git-fundamentals-signing
Expand Down

0 comments on commit 69143d0

Please sign in to comment.