From 0c57c996df260ff4931dcd67732a9ff260e341a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:26:49 +0100 Subject: [PATCH] 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](https://github.com/azure/trusted-signing-action/compare/v0.5.0...v0.5.1) --- .github/workflows/development.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index b15a8035..d4de73c5 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -154,7 +154,7 @@ jobs: - name: Sign binaries if: ${{ github.event_name != 'pull_request' }} - uses: azure/trusted-signing-action@v0.5.0 + uses: azure/trusted-signing-action@v0.5.1 with: endpoint: https://eus.codesigning.azure.net/ trusted-signing-account-name: nicola @@ -248,7 +248,7 @@ jobs: - name: Sign installers if: ${{ github.event_name != 'pull_request' }} - uses: azure/trusted-signing-action@v0.5.0 + uses: azure/trusted-signing-action@v0.5.1 with: endpoint: https://eus.codesigning.azure.net/ trusted-signing-account-name: nicola diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f50e45e..14a1c2ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: SFTPGO_VERSION: ${{ steps.get_version.outputs.VERSION }} - name: Sign binaries - uses: azure/trusted-signing-action@v0.5.0 + uses: azure/trusted-signing-action@v0.5.1 with: endpoint: https://eus.codesigning.azure.net/ trusted-signing-account-name: nicola @@ -153,7 +153,7 @@ jobs: SFTPGO_ISS_VERSION: ${{ steps.get_version.outputs.VERSION }} - name: Sign installers - uses: azure/trusted-signing-action@v0.5.0 + uses: azure/trusted-signing-action@v0.5.1 with: endpoint: https://eus.codesigning.azure.net/ trusted-signing-account-name: nicola