Skip to content

Commit

Permalink
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
Bumps [azure/azure-code-signing-action](https://github.com/azure/azure-code-signing-action) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/azure/azure-code-signing-action/releases)
- [Commits](https://github.com/azure/azure-code-signing-action/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: azure/azure-code-signing-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 9b181d1 commit eb482ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Sign installer
if: github.event_name != 'pull_request'
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
- name: Sign executables
if: github.event_name != 'pull_request'
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit eb482ff

Please sign in to comment.