From 973b8ac6e7b452b641a1ec3fbb19e96311650f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:43:20 +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 09cc7bf3d8..d9c3f07523 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -402,7 +402,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