From 0f62785e5cec5c7524882c6eaf0efd1b22c2cab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:15:22 +0000 Subject: [PATCH] Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 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) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 b7b6851f3..3a53f17f5 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 56e0659a8..42a0c6a22 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