From 19a4071635359053a9c16ec8657c06c44a191c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:25:48 +0000 Subject: [PATCH] Build: Bump lando/notarize-action Bumps [lando/notarize-action](https://github.com/lando/notarize-action) from 4f5869b09386e8336802159031e4189e0919ae20 to bd2f055b8685623053d14594e9c5742c912befaf. - [Release notes](https://github.com/lando/notarize-action/releases) - [Changelog](https://github.com/lando/notarize-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/lando/notarize-action/compare/4f5869b09386e8336802159031e4189e0919ae20...bd2f055b8685623053d14594e9c5742c912befaf) --- updated-dependencies: - dependency-name: lando/notarize-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b098dc34c1..8cbd1aa2a7 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -401,7 +401,7 @@ jobs: needs.create_release.outputs.publish_to_release == 'true' && steps.build.outputs.macos_notarize == 'true' id: notarize-macOS-app - uses: lando/notarize-action@4f5869b09386e8336802159031e4189e0919ae20 + uses: lando/notarize-action@bd2f055b8685623053d14594e9c5742c912befaf with: product-path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} primary-bundle-id: io.jamulus.Jamulus