Skip to content

Commit 0c57c99

Browse files
dependabot[bot]drakkan
authored andcommitted
Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#1863)
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](Azure/trusted-signing-action@v0.5.0...v0.5.1)
1 parent af280ee commit 0c57c99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/development.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Sign binaries
156156
if: ${{ github.event_name != 'pull_request' }}
157-
uses: azure/[email protected].0
157+
uses: azure/[email protected].1
158158
with:
159159
endpoint: https://eus.codesigning.azure.net/
160160
trusted-signing-account-name: nicola
@@ -248,7 +248,7 @@ jobs:
248248
249249
- name: Sign installers
250250
if: ${{ github.event_name != 'pull_request' }}
251-
uses: azure/[email protected].0
251+
uses: azure/[email protected].1
252252
with:
253253
endpoint: https://eus.codesigning.azure.net/
254254
trusted-signing-account-name: nicola

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
SFTPGO_VERSION: ${{ steps.get_version.outputs.VERSION }}
9292

9393
- name: Sign binaries
94-
uses: azure/[email protected].0
94+
uses: azure/[email protected].1
9595
with:
9696
endpoint: https://eus.codesigning.azure.net/
9797
trusted-signing-account-name: nicola
@@ -153,7 +153,7 @@ jobs:
153153
SFTPGO_ISS_VERSION: ${{ steps.get_version.outputs.VERSION }}
154154

155155
- name: Sign installers
156-
uses: azure/[email protected].0
156+
uses: azure/[email protected].1
157157
with:
158158
endpoint: https://eus.codesigning.azure.net/
159159
trusted-signing-account-name: nicola

0 commit comments

Comments
 (0)