Commit fa886004a for imagemagick.org

commit fa886004a04ca4880bf97382a77852ca88520e50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 6 12:58:25 2026 +0200

    build(deps): bump ImageMagick/code-signing-action from 1.0.0 to 1.0.1 (#8660)

    Bumps [ImageMagick/code-signing-action](https://github.com/imagemagick/code-signing-action) from 1.0.0 to 1.0.1.
    - [Commits](https://github.com/imagemagick/code-signing-action/compare/4d19869732e1cd97bb823ad21ebffb26ad10836c...11c51f7659405bee4dd3529748e1501a0d388911)

    ---
    updated-dependencies:
    - dependency-name: ImageMagick/code-signing-action
      dependency-version: 1.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b6bec603e..4ea203848 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -182,7 +182,7 @@ jobs:
           nmake release

       - name: Sign executables and libraries
-        uses: ImageMagick/code-signing-action@4d19869732e1cd97bb823ad21ebffb26ad10836c #v1.0.0
+        uses: ImageMagick/code-signing-action@11c51f7659405bee4dd3529748e1501a0d388911 #v1.0.1
         with:
           client-id: ${{ secrets.AZURE_CLIENT_ID }}
           tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -197,7 +197,7 @@ jobs:
           "C:\Program Files (x86)\Inno Setup 6\iscc.exe" Configure\Installer\Inno\ImageMagick.iss

       - name: Sign installer
-        uses: ImageMagick/code-signing-action@4d19869732e1cd97bb823ad21ebffb26ad10836c #v1.0.0
+        uses: ImageMagick/code-signing-action@11c51f7659405bee4dd3529748e1501a0d388911 #v1.0.1
         with:
           client-id: ${{ secrets.AZURE_CLIENT_ID }}
           tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -312,7 +312,7 @@ jobs:
           msbuild /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.architecture}}

       - name: Sign executables and libraries
-        uses: ImageMagick/code-signing-action@4d19869732e1cd97bb823ad21ebffb26ad10836c #v1.0.0
+        uses: ImageMagick/code-signing-action@11c51f7659405bee4dd3529748e1501a0d388911 #v1.0.1
         with:
           client-id: ${{ secrets.AZURE_CLIENT_ID }}
           tenant-id: ${{ secrets.AZURE_TENANT_ID }}