Skip to content

Commit

Permalink
Bump azure/trusted-signing-action from 0.3.18 to 0.3.19 (#324)
Browse files Browse the repository at this point in the history
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](Azure/trusted-signing-action@v0.3.18...v0.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 9c4f8b4 commit 6dc739c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.18
uses: azure/trusted-signing-action@v0.3.19
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
Expand All @@ -167,7 +167,7 @@ jobs:
- name: Sign installer
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.18
uses: azure/trusted-signing-action@v0.3.19
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

- name: Sign executables
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.18
uses: azure/trusted-signing-action@v0.3.19
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
Expand Down

0 comments on commit 6dc739c

Please sign in to comment.