diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index ecfd29f51..a309b71fe 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 7e158325e..7394c8161 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