Skip to content

Update Fleet-maintained apps - #47474

Closed
fleet-release wants to merge 1 commit into
mainfrom
fma-2606112307
Closed

Update Fleet-maintained apps#47474
fleet-release wants to merge 1 commit into
mainfrom
fma-2606112307

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated installation metadata for 14 maintained applications: AWS CLI, Camunda Modeler, Fantastical, FireAlpaca, Framer, Glyphs, MacPacker, MacVim, Marked, Melodics, MemoryAnalyzer, Mimestream, MuseScore, and Twingate. Updates include version number increments paired with corresponding installer download URLs and security checksums across all applications. MacVim also received an updated installation script reference.

Generated automatically with cmd/maintained-apps.
@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/aws-cli/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/camunda-modeler/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/fantastical/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/firealpaca/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/framer/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/glyphs/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/macpacker/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/macvim-app/darwin.json

=== Install // bae18e19 -> 2fb79ce8 ===

--- /tmp/old.Waq5a6	2026-06-11 23:12:14.094334923 +0000
+++ /tmp/new.SaH29y	2026-06-11 23:12:14.094334923 +0000
@@ -100,12 +100,12 @@
 sudo cp -R "$MOUNT_POINT"/* "$TMPDIR"
 hdiutil detach "$MOUNT_POINT" || true
 # copy to the applications folder
-quit_and_track_application 'org.vim.MacVim.LSSharedFileList'
+quit_and_track_application 'org.vim.MacVim'
 if [ -d "$APPDIR/MacVim.app" ]; then
 	sudo mv "$APPDIR/MacVim.app" "$TMPDIR/MacVim.app.bkp"
 fi
 sudo cp -R "$TMPDIR/MacVim.app" "$APPDIR"
-relaunch_application 'org.vim.MacVim.LSSharedFileList'
+relaunch_application 'org.vim.MacVim'
 mkdir -p .
 /bin/ln -h -f -s -- "$APPDIR/MacVim.app/Contents/bin/mvim" "gview"
 /bin/ln -h -f -s -- "$APPDIR/MacVim.app/Contents/bin/mvim" "gvim"

=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/marked-app/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/melodics/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/memoryanalyzer/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/mimestream/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/musescore/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/twingate/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

This PR updates installer metadata for 14 maintained applications across Windows and macOS. Each update bumps the application version and synchronizes the associated metadata: the installer download URL, the SQL version comparison threshold used in patch detection queries, and the SHA-256 checksum. One exception is MacVim, which also changes the detection bundle identifier and swaps the installation script reference along with its payload.

Possibly related PRs

  • fleetdm/fleet#46405: Updates AWS CLI metadata in the same ee/maintained-apps/outputs/aws-cli/windows.json file with version and installer changes.
  • fleetdm/fleet#46418: Updates the same AWS CLI manifest entry with version bump and corresponding metadata adjustments.
  • fleetdm/fleet#46810: Modifies AWS CLI metadata in ee/maintained-apps/outputs/aws-cli/windows.json with version and checksum updates.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal and generic. It lacks required sections like Related issue, Checklist items, Testing details, and other compliance items specified in the repository template. Add the required sections from the template including Related issue, completion of relevant checklist items, Testing section, and other applicable compliance information.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' clearly and concisely describes the main change—updating metadata for multiple Fleet-maintained applications across the maintained-apps outputs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2606112307

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
ee/maintained-apps/outputs/firealpaca/darwin.json (1)

12-12: ⚠️ Potential issue | 🟠 Major | 🏗️ Heavy lift

Bypassing SHA256 verification creates a supply-chain security risk.

Setting sha256 to "no_check" disables cryptographic integrity verification of the installer, exposing deployments to man-in-the-middle attacks, corrupted downloads, and supply-chain compromise. Without checksum validation, Fleet cannot detect if the downloaded installer has been tampered with or replaced.

Consider using versioned download URLs with stable checksums, or implement an alternative integrity verification mechanism.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/firealpaca/darwin.json` at line 12, Replace the
insecure `"sha256": "no_check"` entry with a real cryptographic checksum and
ensure the installer verification uses it; locate the `sha256` field in
darwin.json (the `"sha256"` key currently set to `"no_check"`) and update it to
the correct SHA-256 hash for the specific FireAlpaca release (or change the
manifest to reference a signed/immutable artifact or accompanying checksum
file), and verify the download process uses that checksum to validate integrity
before installation.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@ee/maintained-apps/outputs/firealpaca/darwin.json`:
- Line 12: Replace the insecure `"sha256": "no_check"` entry with a real
cryptographic checksum and ensure the installer verification uses it; locate the
`sha256` field in darwin.json (the `"sha256"` key currently set to `"no_check"`)
and update it to the correct SHA-256 hash for the specific FireAlpaca release
(or change the manifest to reference a signed/immutable artifact or accompanying
checksum file), and verify the download process uses that checksum to validate
integrity before installation.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d386675b-a215-47e3-803c-2c03d281d167

📥 Commits

Reviewing files that changed from the base of the PR and between 41a1724 and 5be36c4.

📒 Files selected for processing (14)
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/camunda-modeler/darwin.json
  • ee/maintained-apps/outputs/fantastical/darwin.json
  • ee/maintained-apps/outputs/firealpaca/darwin.json
  • ee/maintained-apps/outputs/framer/darwin.json
  • ee/maintained-apps/outputs/glyphs/darwin.json
  • ee/maintained-apps/outputs/macpacker/darwin.json
  • ee/maintained-apps/outputs/macvim-app/darwin.json
  • ee/maintained-apps/outputs/marked-app/darwin.json
  • ee/maintained-apps/outputs/melodics/darwin.json
  • ee/maintained-apps/outputs/memoryanalyzer/darwin.json
  • ee/maintained-apps/outputs/mimestream/darwin.json
  • ee/maintained-apps/outputs/musescore/darwin.json
  • ee/maintained-apps/outputs/twingate/darwin.json

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-fma-pr-only

Failed stage: Filter apps.json and verify changed apps [❌]

Failed test name: ""

Failure summary:

The action failed during the app validation step because the firealpaca/darwin app did not
install/resolve to the expected version.
- While validating Fire Alpaca (firealpaca/darwin), the
workflow expected version 2.16.0 but osquery detected the installed app as version 2.15.2 (lines
4912-4914).
- The validator reported App version '2.16.0' was not found by osquery and marked Fire
Alpaca as an error, resulting in Validated 12 out of 13 apps successfully, Apps with errors: [Fire
Alpaca], and the process exiting with exit status 1 (lines 5077-5080).

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

167:  * [new branch]            11938-loadtesting-branch    -> origin/11938-loadtesting-branch
168:  * [new branch]            12007-ui-idp-metadata       -> origin/12007-ui-idp-metadata
169:  * [new branch]            12351-try-fix-for-fleet-desktop -> origin/12351-try-fix-for-fleet-desktop
170:  * [new branch]            12356-puppet-callback       -> origin/12356-puppet-callback
171:  * [new branch]            12375-query-bulk-action     -> origin/12375-query-bulk-action
172:  * [new branch]            12474-documentation         -> origin/12474-documentation
173:  * [new branch]            12614-federated-auth-support -> origin/12614-federated-auth-support
174:  * [new branch]            12687-host-issues-query     -> origin/12687-host-issues-query
175:  * [new branch]            12696-loadtest-cis-changes  -> origin/12696-loadtest-cis-changes
176:  * [new branch]            12842-fleetd-bitlocker-management -> origin/12842-fleetd-bitlocker-management
177:  * [new branch]            12842-fleetd-bitlocker-table -> origin/12842-fleetd-bitlocker-table
178:  * [new branch]            12889-faster-software       -> origin/12889-faster-software
179:  * [new branch]            13287-loadtest-changes      -> origin/13287-loadtest-changes
180:  * [new branch]            13288-poc-fleet-fips        -> origin/13288-poc-fleet-fips
181:  * [new branch]            13485-query-reports-migration -> origin/13485-query-reports-migration
182:  * [new branch]            13574-cache-failed-policy-counts -> origin/13574-cache-failed-policy-counts
183:  * [new branch]            13657-docs                  -> origin/13657-docs
...

195:  * [new branch]            146orch                     -> origin/146orch
196:  * [new branch]            14753-windows-ps1-api       -> origin/14753-windows-ps1-api
197:  * [new branch]            14957-test-dep-screen       -> origin/14957-test-dep-screen
198:  * [new branch]            14957-test-dep-screen-patch -> origin/14957-test-dep-screen-patch
199:  * [new branch]            15068-disk-encryption-ii    -> origin/15068-disk-encryption-ii
200:  * [new branch]            15082-download-api-docs     -> origin/15082-download-api-docs
201:  * [new branch]            15082-make-endpoints-consistent -> origin/15082-make-endpoints-consistent
202:  * [new branch]            15082-update-download-endpoints -> origin/15082-update-download-endpoints
203:  * [new branch]            15380-hosts-api-doc         -> origin/15380-hosts-api-doc
204:  * [new branch]            15461-ui-dep-assign-profile-responses -> origin/15461-ui-dep-assign-profile-responses
205:  * [new branch]            15463-msi-fix               -> origin/15463-msi-fix
206:  * [new branch]            15559-move-scep             -> origin/15559-move-scep
207:  * [new branch]            15633                       -> origin/15633
208:  * [new branch]            15770-mac-os-vuln           -> origin/15770-mac-os-vuln
209:  * [new branch]            15801-migration             -> origin/15801-migration
210:  * [new branch]            15912-password-reset-error-code -> origin/15912-password-reset-error-code
211:  * [new branch]            16182-log-root              -> origin/16182-log-root
...

538:  * [new branch]            4493loadtest                -> origin/4493loadtest
539:  * [new branch]            44949-fix-policies-details-page-for-team-users -> origin/44949-fix-policies-details-page-for-team-users
540:  * [new branch]            44970-fix-get-fleets-and-apply -> origin/44970-fix-get-fleets-and-apply
541:  * [new branch]            449loadtest                 -> origin/449loadtest
542:  * [new branch]            4501loadtest                -> origin/4501loadtest
543:  * [new branch]            450loadtest                 -> origin/450loadtest
544:  * [new branch]            4510loadtest                -> origin/4510loadtest
545:  * [new branch]            4512loadtest                -> origin/4512loadtest
546:  * [new branch]            45152-update-articles-policy-automations -> origin/45152-update-articles-policy-automations
547:  * [new branch]            45213-custom-logo-delete-fails-if -> origin/45213-custom-logo-delete-fails-if
548:  * [new branch]            4530loadtest                -> origin/4530loadtest
549:  * [new branch]            4530loadtestA               -> origin/4530loadtestA
550:  * [new branch]            4530loadtestB               -> origin/4530loadtestB
551:  * [new branch]            4530loadtestC               -> origin/4530loadtestC
552:  * [new branch]            4530loadtestD               -> origin/4530loadtestD
553:  * [new branch]            45327-detail-query-error    -> origin/45327-detail-query-error
554:  * [new branch]            4540loadtest                -> origin/4540loadtest
...

658:  * [new branch]            7765-frontend               -> origin/7765-frontend
659:  * [new branch]            7766-backend-final-main-merge -> origin/7766-backend-final-main-merge
660:  * [new branch]            7766-backend-test           -> origin/7766-backend-test
661:  * [new branch]            7766-frontend               -> origin/7766-frontend
662:  * [new branch]            7993-figure-out-the-limits-of-our-current-search-approach -> origin/7993-figure-out-the-limits-of-our-current-search-approach
663:  * [new branch]            8021-orbit-use-specified-identifier -> origin/8021-orbit-use-specified-identifier
664:  * [new branch]            8186-vulnerable-software-false-positive-docker -> origin/8186-vulnerable-software-false-positive-docker
665:  * [new branch]            8593-gitops                 -> origin/8593-gitops
666:  * [new branch]            8708-docs                   -> origin/8708-docs
667:  * [new branch]            8708-encryption-key-api     -> origin/8708-encryption-key-api
668:  * [new branch]            8708-ingest-file-vault      -> origin/8708-ingest-file-vault
669:  * [new branch]            8708-ingest-macos-encription-key -> origin/8708-ingest-macos-encription-key
670:  * [new branch]            8708-ingest-macos-encription-key-ii -> origin/8708-ingest-macos-encription-key-ii
671:  * [new branch]            8974-native-smbios-uuid-support -> origin/8974-native-smbios-uuid-support
672:  * [new branch]            9260-cis-checks-5.10.x      -> origin/9260-cis-checks-5.10.x
673:  * [new branch]            9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors -> origin/9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors
674:  * [new branch]            9590-schema                 -> origin/9590-schema
...

915:  * [new branch]            allenhouchins-update-new-fma-skill -> origin/allenhouchins-update-new-fma-skill
916:  * [new branch]            allenhouchins-update-patch-policy-generation -> origin/allenhouchins-update-patch-policy-generation
917:  * [new branch]            allenhouchins-warp          -> origin/allenhouchins-warp
918:  * [new branch]            allenhouchins-windows-fma-parity -> origin/allenhouchins-windows-fma-parity
919:  * [new branch]            allenhouchins-windows-net-runtime-6 -> origin/allenhouchins-windows-net-runtime-6
920:  * [new branch]            allenhouchins-zoom-fma      -> origin/allenhouchins-zoom-fma
921:  * [new branch]            allenhouchins-zoom-logo-mac -> origin/allenhouchins-zoom-logo-mac
922:  * [new branch]            allenhouchins-zoom-policy-fix -> origin/allenhouchins-zoom-policy-fix
923:  * [new branch]            allenhouchins/fix-security-review-must-fixes -> origin/allenhouchins/fix-security-review-must-fixes
924:  * [new branch]            always-create-event-next-thu -> origin/always-create-event-next-thu
925:  * [new branch]            and_osq_proj                -> origin/and_osq_proj
926:  * [new branch]            andrey/loadtest-oval-vulns  -> origin/andrey/loadtest-oval-vulns
927:  * [new branch]            android-app-install-activity -> origin/android-app-install-activity
928:  * [new branch]            android-cofniguration-profiles-research -> origin/android-cofniguration-profiles-research
929:  * [new branch]            android-enroll-note         -> origin/android-enroll-note
930:  * [new branch]            android-enrollment-error    -> origin/android-enrollment-error
931:  * [new branch]            android-manual-enrollment-button -> origin/android-manual-enrollment-button
...

982:  * [new branch]            await-configuration-docs    -> origin/await-configuration-docs
983:  * [new branch]            aws-licensing-integration-proposal -> origin/aws-licensing-integration-proposal
984:  * [new branch]            backport-a41fb63            -> origin/backport-a41fb63
985:  * [new branch]            backport-c02af              -> origin/backport-c02af
986:  * [new branch]            backport-e65d6cf            -> origin/backport-e65d6cf
987:  * [new branch]            backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49 -> origin/backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49
988:  * [new branch]            backport-vpp-fix            -> origin/backport-vpp-fix
989:  * [new branch]            base-software-titles-loadtest -> origin/base-software-titles-loadtest
990:  * [new branch]            base-software-titles-loadtest-2 -> origin/base-software-titles-loadtest-2
991:  * [new branch]            beekeeper-fma-initial       -> origin/beekeeper-fma-initial
992:  * [new branch]            bettapizza                  -> origin/bettapizza
993:  * [new branch]            bettapizza--ghost-testimonial-update -> origin/bettapizza--ghost-testimonial-update
994:  * [new branch]            bettapizza-patch-1          -> origin/bettapizza-patch-1
995:  * [new branch]            bettapizza-patch-2          -> origin/bettapizza-patch-2
996:  * [new branch]            bettapizza-patch-3          -> origin/bettapizza-patch-3
997:  * [new branch]            better-byod-error           -> origin/better-byod-error
998:  * [new branch]            bounded-context-proposals   -> origin/bounded-context-proposals
...

1030:  * [new branch]            cherry-pick-41914-to-rc-v4.83.0 -> origin/cherry-pick-41914-to-rc-v4.83.0
1031:  * [new branch]            cherry-pick-42773-vitals-constants -> origin/cherry-pick-42773-vitals-constants
1032:  * [new branch]            cherry-pick-8750-into-rc-minor-fleet-v4.60.0 -> origin/cherry-pick-8750-into-rc-minor-fleet-v4.60.0
1033:  * [new branch]            cherry-pick-dogfood-change  -> origin/cherry-pick-dogfood-change
1034:  * [new branch]            cherry-pick-dogfood-env-vars -> origin/cherry-pick-dogfood-env-vars
1035:  * [new branch]            cherry-pick-fleetctl-changes-to-allow-testing -> origin/cherry-pick-fleetctl-changes-to-allow-testing
1036:  * [new branch]            cherry-pick-mac-address-vital -> origin/cherry-pick-mac-address-vital
1037:  * [new branch]            cherry-pick-patches         -> origin/cherry-pick-patches
1038:  * [new branch]            cherry-pick-remove-overrides-in-dev-mode -> origin/cherry-pick-remove-overrides-in-dev-mode
1039:  * [new branch]            cherry-pick-util            -> origin/cherry-pick-util
1040:  * [new branch]            cherry-pick-webhooks        -> origin/cherry-pick-webhooks
1041:  * [new branch]            cherrypick-v4.85.0-version-bump-into-main -> origin/cherrypick-v4.85.0-version-bump-into-main
1042:  * [new branch]            chore-UI-update-for-CSP     -> origin/chore-UI-update-for-CSP
1043:  * [new branch]            chore-add-specific-yarn-version -> origin/chore-add-specific-yarn-version
1044:  * [new branch]            chore-backend-api-patterns  -> origin/chore-backend-api-patterns
1045:  * [new branch]            chore-change-error-message-custom-profile -> origin/chore-change-error-message-custom-profile
1046:  * [new branch]            chore-cp-chage-status-code-turn-off-mdm -> origin/chore-cp-chage-status-code-turn-off-mdm
...

1232:  * [new branch]            edwardsb-vuln-processing-fix-sandcastle -> origin/edwardsb-vuln-processing-fix-sandcastle
1233:  * [new branch]            edwardsb-vuln-processing-volume-fix -> origin/edwardsb-vuln-processing-volume-fix
1234:  * [new branch]            edwardsb/deployment-guide-updates -> origin/edwardsb/deployment-guide-updates
1235:  * [new branch]            edwardsb/restrict_console_access -> origin/edwardsb/restrict_console_access
1236:  * [new branch]            elastic_rum                 -> origin/elastic_rum
1237:  * [new branch]            enable-jit-by-default       -> origin/enable-jit-by-default
1238:  * [new branch]            enable-test-go-automation-macos -> origin/enable-test-go-automation-macos
1239:  * [new branch]            enforce-firefox-doh         -> origin/enforce-firefox-doh
1240:  * [new branch]            enforce-firefox-windows     -> origin/enforce-firefox-windows
1241:  * [new branch]            enforce-ios-26.5-update-deadline-july-2026 -> origin/enforce-ios-26.5-update-deadline-july-2026
1242:  * [new branch]            enforce-iso27001-workstations -> origin/enforce-iso27001-workstations
1243:  * [new branch]            enforce-macos-15.5-update-deadline -> origin/enforce-macos-15.5-update-deadline
1244:  * [new branch]            enforce-macos-version-workstations -> origin/enforce-macos-version-workstations
1245:  * [new branch]            enroll-android-feature-guide -> origin/enroll-android-feature-guide
1246:  * [new branch]            ericswenson0-patch-1        -> origin/ericswenson0-patch-1
1247:  * [new branch]            error-counts                -> origin/error-counts
1248:  * [new branch]            errors-perf-testing         -> origin/errors-perf-testing
1249:  * [new branch]            es-reports                  -> origin/es-reports
...

1265:  * [new branch]            eugkuo-patch-6-slugs-FMA    -> origin/eugkuo-patch-6-slugs-FMA
1266:  * [new branch]            example-fleetctl-profiles   -> origin/example-fleetctl-profiles
1267:  * [new branch]            exp-mdbook-docs             -> origin/exp-mdbook-docs
1268:  * [new branch]            experiment-disable-some-deletes -> origin/experiment-disable-some-deletes
1269:  * [new branch]            experiment-hardcode-counters-to-zero -> origin/experiment-hardcode-counters-to-zero
1270:  * [new branch]            experiment-no-txs           -> origin/experiment-no-txs
1271:  * [new branch]            experiment-status-tooltip   -> origin/experiment-status-tooltip
1272:  * [new branch]            experiment-with-two-branches -> origin/experiment-with-two-branches
1273:  * [new branch]            experimental_moveitem       -> origin/experimental_moveitem
1274:  * [new branch]            experimient-no-counts       -> origin/experimient-no-counts
1275:  * [new branch]            expiredcertstool            -> origin/expiredcertstool
1276:  * [new branch]            express-vpn-win             -> origin/express-vpn-win
1277:  * [new branch]            extra-dep-logs              -> origin/extra-dep-logs
1278:  * [new branch]            f84ee4c5f4                  -> origin/f84ee4c5f4
1279:  * [new branch]            faf-doc-clarification       -> origin/faf-doc-clarification
1280:  * [new branch]            failing-test                -> origin/failing-test
1281:  * [new branch]            faster-ci-checks            -> origin/faster-ci-checks
...

1319:  * [new branch]            feature-hydrant-ca          -> origin/feature-hydrant-ca
1320:  * [new branch]            feature-idp-byod            -> origin/feature-idp-byod
1321:  * [new branch]            feature-orbit-find          -> origin/feature-orbit-find
1322:  * [new branch]            feature-prioritization      -> origin/feature-prioritization
1323:  * [new branch]            feature-v4.44.1-live-queries -> origin/feature-v4.44.1-live-queries
1324:  * [new branch]            feature-windows-mdm-policy-extraction -> origin/feature-windows-mdm-policy-extraction
1325:  * [new branch]            feature/add-blank-to-osquer-link -> origin/feature/add-blank-to-osquer-link
1326:  * [new branch]            feature/fleet-macos-password-sync -> origin/feature/fleet-macos-password-sync
1327:  * [new branch]            feature_14722-activity-feed-webhooks -> origin/feature_14722-activity-feed-webhooks
1328:  * [new branch]            feature_18115-crit-vuln-issues -> origin/feature_18115-crit-vuln-issues
1329:  * [new branch]            feature_19010-ipad-ios-lock-wipe-backend-changes -> origin/feature_19010-ipad-ios-lock-wipe-backend-changes
1330:  * [new branch]            feature_22078               -> origin/feature_22078
1331:  * [new branch]            fix                         -> origin/fix
1332:  * [new branch]            fix-35118-cis-win10-v4      -> origin/fix-35118-cis-win10-v4
1333:  * [new branch]            fix-4.84.4-k8s              -> origin/fix-4.84.4-k8s
1334:  * [new branch]            fix-40083-failed-install-retries -> origin/fix-40083-failed-install-retries
1335:  * [new branch]            fix-41290-vpp-added-status  -> origin/fix-41290-vpp-added-status
1336:  * [new branch]            fix-41337-save-env-secrets-dry-run -> origin/fix-41337-save-env-secrets-dry-run
1337:  * [new branch]            fix-43623-fma-patch-policy-gitops -> origin/fix-43623-fma-patch-policy-gitops
1338:  * [new branch]            fix-43673-my-device-sort    -> origin/fix-43673-my-device-sort
1339:  * [new branch]            fix-44199-embedded-app-bundles -> origin/fix-44199-embedded-app-bundles
1340:  * [new branch]            fix-android-unenroll-activities -> origin/fix-android-unenroll-activities
1341:  * [new branch]            fix-blockquotes-google-groups -> origin/fix-blockquotes-google-groups
1342:  * [new branch]            fix-case-in-deploy-config-docs -> origin/fix-case-in-deploy-config-docs
1343:  * [new branch]            fix-cert-details-modal      -> origin/fix-cert-details-modal
1344:  * [new branch]            fix-checkerboard-scroll-to-right -> origin/fix-checkerboard-scroll-to-right
1345:  * [new branch]            fix-checkerboard-tooltip-nowrap -> origin/fix-checkerboard-tooltip-nowrap
1346:  * [new branch]            fix-cloudflare-warp-fma-output-json -> origin/fix-cloudflare-warp-fma-output-json
1347:  * [new branch]            fix-codeql-ci-error         -> origin/fix-codeql-ci-error
1348:  * [new branch]            fix-colima                  -> origin/fix-colima
1349:  * [new branch]            fix-color-for-mobile-sticky-nav -> origin/fix-color-for-mobile-sticky-nav
1350:  * [new branch]            fix-conflict-in-feature_19010-ipad-ios-lock-wipe -> origin/fix-conflict-in-feature_19010-ipad-ios-lock-wipe
1351:  * [new branch]            fix-contrib-docs            -> origin/fix-contrib-docs
1352:  * [new branch]            fix-cve-2026-2792-firefox-esr -> origin/fix-cve-2026-2792-firefox-esr
1353:  * [new branch]            fix-cve-validate-enrichment-canary -> origin/fix-cve-validate-enrichment-canary
1354:  * [new branch]            fix-dashboard-host-count-card-breakpoint -> origin/fix-dashboard-host-count-card-breakpoint
1355:  * [new branch]            fix-docker-publish          -> origin/fix-docker-publish
1356:  * [new branch]            fix-dogfood-workstation     -> origin/fix-dogfood-workstation
1357:  * [new branch]            fix-firefox-cve-2026-2792   -> origin/fix-firefox-cve-2026-2792
1358:  * [new branch]            fix-firefox-fma-conflict-error-msg -> origin/fix-firefox-fma-conflict-error-msg
1359:  * [new branch]            fix-flakey-orbit-test       -> origin/fix-flakey-orbit-test
...

1365:  * [new branch]            fix-host-counts-vpp-software -> origin/fix-host-counts-vpp-software
1366:  * [new branch]            fix-instability-ubuntu-latest -> origin/fix-instability-ubuntu-latest
1367:  * [new branch]            fix-ios-ipados-enrollment-label-42721 -> origin/fix-ios-ipados-enrollment-label-42721
1368:  * [new branch]            fix-list-sw-permissions     -> origin/fix-list-sw-permissions
1369:  * [new branch]            fix-mdm-enrolled-webhook    -> origin/fix-mdm-enrolled-webhook
1370:  * [new branch]            fix-mdm-redirect            -> origin/fix-mdm-redirect
1371:  * [new branch]            fix-mdm-url-truncation      -> origin/fix-mdm-url-truncation
1372:  * [new branch]            fix-missing-test-schema-update -> origin/fix-missing-test-schema-update
1373:  * [new branch]            fix-modernize               -> origin/fix-modernize
1374:  * [new branch]            fix-no-space-left-on-device-failure -> origin/fix-no-space-left-on-device-failure
1375:  * [new branch]            fix-notarization            -> origin/fix-notarization
1376:  * [new branch]            fix-orbit-notarization      -> origin/fix-orbit-notarization
1377:  * [new branch]            fix-os-settings-name-col-truncation -> origin/fix-os-settings-name-col-truncation
1378:  * [new branch]            fix-os-settings-underline-descender-clip -> origin/fix-os-settings-underline-descender-clip
1379:  * [new branch]            fix-pricing-more-info-icon-documentationurl -> origin/fix-pricing-more-info-icon-documentationurl
1380:  * [new branch]            fix-receive-from-github-error -> origin/fix-receive-from-github-error
1381:  * [new branch]            fix-sandbox-local           -> origin/fix-sandbox-local
...

1394:  * [new branch]            fix-ui-turn-on-mdm-external -> origin/fix-ui-turn-on-mdm-external
1395:  * [new branch]            fix-ui-typo-fleet-maintained-empty -> origin/fix-ui-typo-fleet-maintained-empty
1396:  * [new branch]            fix-vpp-edit-fleet-desktop-message -> origin/fix-vpp-edit-fleet-desktop-message
1397:  * [new branch]            fix-win-os-version          -> origin/fix-win-os-version
1398:  * [new branch]            fix_14825                   -> origin/fix_14825
1399:  * [new branch]            fixes-on-minor-fleet-v4.54.0 -> origin/fixes-on-minor-fleet-v4.54.0
1400:  * [new branch]            fixes-plus-4.35.1           -> origin/fixes-plus-4.35.1
1401:  * [new branch]            flaky-tests-nov-6           -> origin/flaky-tests-nov-6
1402:  * [new branch]            fleet-desktop-linux-browser -> origin/fleet-desktop-linux-browser
1403:  * [new branch]            fleet-desktop-version       -> origin/fleet-desktop-version
1404:  * [new branch]            fleet-mdm-server-url        -> origin/fleet-mdm-server-url
1405:  * [new branch]            fleet-multiple-abm-vpp-proposal -> origin/fleet-multiple-abm-vpp-proposal
1406:  * [new branch]            fleet-premium-users-usage-statistics -> origin/fleet-premium-users-usage-statistics
1407:  * [new branch]            fleet-release-infra         -> origin/fleet-release-infra
1408:  * [new branch]            fleet-server-config-1817    -> origin/fleet-server-config-1817
1409:  * [new branch]            fleet-server-log-request-errors -> origin/fleet-server-log-request-errors
1410:  * [new branch]            fleet-ship-rebuild          -> origin/fleet-ship-rebuild
...

2328:  * [new branch]            hotfix-failing-tests        -> origin/hotfix-failing-tests
2329:  * [new branch]            hotfix-query-update         -> origin/hotfix-query-update
2330:  * [new branch]            hotfix-revert-sofa-tables   -> origin/hotfix-revert-sofa-tables
2331:  * [new branch]            hotfix-v4.67.2-migration    -> origin/hotfix-v4.67.2-migration
2332:  * [new branch]            hotfix-v4.76.1              -> origin/hotfix-v4.76.1
2333:  * [new branch]            hover-gravatar              -> origin/hover-gravatar
2334:  * [new branch]            hughestaylor-patch-1        -> origin/hughestaylor-patch-1
2335:  * [new branch]            hughestaylor-patch-1-1      -> origin/hughestaylor-patch-1-1
2336:  * [new branch]            ignore-fleetctl-vulnerabilities -> origin/ignore-fleetctl-vulnerabilities
2337:  * [new branch]            improve-flakey-test         -> origin/improve-flakey-test
2338:  * [new branch]            improve-prometheus-metrics  -> origin/improve-prometheus-metrics
2339:  * [new branch]            improve-software-tooltips   -> origin/improve-software-tooltips
2340:  * [new branch]            include-mnt-in-gads-metric  -> origin/include-mnt-in-gads-metric
2341:  * [new branch]            increase-goreleaser-timeout-to-60m -> origin/increase-goreleaser-timeout-to-60m
2342:  * [new branch]            ingress-gateway-support     -> origin/ingress-gateway-support
2343:  * [new branch]            insert-software-installers-retry-error -> origin/insert-software-installers-retry-error
2344:  * [new branch]            integration-ci-debug        -> origin/integration-ci-debug
...

2355:  * [new branch]            irenareedy-patch-10         -> origin/irenareedy-patch-10
2356:  * [new branch]            irenareedy-patch-2          -> origin/irenareedy-patch-2
2357:  * [new branch]            irenareedy-patch-3          -> origin/irenareedy-patch-3
2358:  * [new branch]            irenareedy-patch-4          -> origin/irenareedy-patch-4
2359:  * [new branch]            irenareedy-patch-5          -> origin/irenareedy-patch-5
2360:  * [new branch]            irenareedy-patch-6          -> origin/irenareedy-patch-6
2361:  * [new branch]            irenareedy-patch-7          -> origin/irenareedy-patch-7
2362:  * [new branch]            irenareedy-patch-8          -> origin/irenareedy-patch-8
2363:  * [new branch]            irenareedy-patch-9          -> origin/irenareedy-patch-9
2364:  * [new branch]            irenareedy-thumbtack-case-study -> origin/irenareedy-thumbtack-case-study
2365:  * [new branch]            iso-27001-compliance        -> origin/iso-27001-compliance
2366:  * [new branch]            iso42001-ai-discovery-inventory -> origin/iso42001-ai-discovery-inventory
2367:  * [new branch]            issue-11545-my-device-dep-modal -> origin/issue-11545-my-device-dep-modal
2368:  * [new branch]            issue-2716-specify-query-platforms -> origin/issue-2716-specify-query-platforms
2369:  * [new branch]            issue-3271-rate-limit-distributed-writes -> origin/issue-3271-rate-limit-distributed-writes
2370:  * [new branch]            issue-4361-mail-change-should-error -> origin/issue-4361-mail-change-should-error
2371:  * [new branch]            issue-conf-1968-delete-uninstalled-software-from-main -> origin/issue-conf-1968-delete-uninstalled-software-from-main
...

2572:  * [new branch]            melpike-api-apple-declarations-38986 -> origin/melpike-api-apple-declarations-38986
2573:  * [new branch]            melpike-api-device-url-43895 -> origin/melpike-api-device-url-43895
2574:  * [new branch]            melpike-api-manually-enroll-23242 -> origin/melpike-api-manually-enroll-23242
2575:  * [new branch]            melpike-api-minimum-version-39085 -> origin/melpike-api-minimum-version-39085
2576:  * [new branch]            melpike-api-os-updates-39085 -> origin/melpike-api-os-updates-39085
2577:  * [new branch]            melpike-api-py-script-41470 -> origin/melpike-api-py-script-41470
2578:  * [new branch]            melpike-audit-log-account-provisioning-45524 -> origin/melpike-audit-log-account-provisioning-45524
2579:  * [new branch]            melpike-audit-log-mdm-cmd-45021 -> origin/melpike-audit-log-mdm-cmd-45021
2580:  * [new branch]            melpike-audit-recovery-lock-password-rotate -> origin/melpike-audit-recovery-lock-password-rotate
2581:  * [new branch]            melpike-byod-wipe-lock-23242 -> origin/melpike-byod-wipe-lock-23242
2582:  * [new branch]            melpike-byod-wipe-lock-23242-1 -> origin/melpike-byod-wipe-lock-23242-1
2583:  * [new branch]            melpike-byod-wipe-lock-api-23242 -> origin/melpike-byod-wipe-lock-api-23242
2584:  * [new branch]            melpike-byod-wipe-lock-yaml-23242 -> origin/melpike-byod-wipe-lock-yaml-23242
2585:  * [new branch]            melpike-combine-guides-30674 -> origin/melpike-combine-guides-30674
2586:  * [new branch]            melpike-create-managed-local-account-guide-37141 -> origin/melpike-create-managed-local-account-guide-37141
2587:  * [new branch]            melpike-dep-error-messaging-43916 -> origin/melpike-dep-error-messaging-43916
2588:  * [new branch]            melpike-doc-deploy-sw-41470 -> origin/melpike-doc-deploy-sw-41470
...

2726:  * [new branch]            mna-doc-change-api-structure -> origin/mna-doc-change-api-structure
2727:  * [new branch]            mna-experiment-macos-profiles-uuid -> origin/mna-experiment-macos-profiles-uuid
2728:  * [new branch]            mna-fix-22558-windows-installer-stuck-pending -> origin/mna-fix-22558-windows-installer-stuck-pending
2729:  * [new branch]            mna-fix-duplicate-lock-unlock-activity -> origin/mna-fix-duplicate-lock-unlock-activity
2730:  * [new branch]            mna-fix-failing-tests       -> origin/mna-fix-failing-tests
2731:  * [new branch]            mna-fix-flaky-integration-test -> origin/mna-fix-flaky-integration-test
2732:  * [new branch]            mna-fix-oom-fleetctl-test   -> origin/mna-fix-oom-fleetctl-test
2733:  * [new branch]            mna-loadtest-enroll-host-limit -> origin/mna-loadtest-enroll-host-limit
2734:  * [new branch]            mna-orbit-node-key          -> origin/mna-orbit-node-key
2735:  * [new branch]            mna-revert-change-to-autogenerated-activities-doc -> origin/mna-revert-change-to-autogenerated-activities-doc
2736:  * [new branch]            mna-temp-osquery-perf-loadtest -> origin/mna-temp-osquery-perf-loadtest
2737:  * [new branch]            mna11997                    -> origin/mna11997
2738:  * [new branch]            mock-associate-assets-endpoint -> origin/mock-associate-assets-endpoint
2739:  * [new branch]            monitoring-test             -> origin/monitoring-test
2740:  * [new branch]            more-conditional-access-api-updates -> origin/more-conditional-access-api-updates
2741:  * [new branch]            more-fd-errors              -> origin/more-fd-errors
2742:  * [new branch]            move-conditional-access-script-to-testing-qa -> origin/move-conditional-access-script-to-testing-qa
...

3297:  * [new branch]            sgress454/34528-end-user-auth-setup-agent -> origin/sgress454/34528-end-user-auth-setup-agent
3298:  * [new branch]            sgress454/35376             -> origin/sgress454/35376
3299:  * [new branch]            sgress454/35452             -> origin/sgress454/35452
3300:  * [new branch]            sgress454/37127-open-macos-end-user-auth-window -> origin/sgress454/37127-open-macos-end-user-auth-window
3301:  * [new branch]            sgress454/38063-skeleton-server -> origin/sgress454/38063-skeleton-server
3302:  * [new branch]            sgress454/39344-rename-teams-to-fleet-all-changes -> origin/sgress454/39344-rename-teams-to-fleet-all-changes
3303:  * [new branch]            sgress454/39344-rename-teams-to-fleet-api-changes -> origin/sgress454/39344-rename-teams-to-fleet-api-changes
3304:  * [new branch]            sgress454/40642-update-jit-saml-prefix -> origin/sgress454/40642-update-jit-saml-prefix
3305:  * [new branch]            sgress454/43482-re-pin      -> origin/sgress454/43482-re-pin
3306:  * [new branch]            sgress454/44077-disable-datasets-backend -> origin/sgress454/44077-disable-datasets-backend
3307:  * [new branch]            sgress454/44077-disable-datasets-docs -> origin/sgress454/44077-disable-datasets-docs
3308:  * [new branch]            sgress454/44077-disable-datasets-frontend -> origin/sgress454/44077-disable-datasets-frontend
3309:  * [new branch]            sgress454/44746-add-cve-filtering -> origin/sgress454/44746-add-cve-filtering
3310:  * [new branch]            sgress454/45290-drop-mobile-from-charting -> origin/sgress454/45290-drop-mobile-from-charting
3311:  * [new branch]            sgress454/45368-add-mobile-to-hosts-online -> origin/sgress454/45368-add-mobile-to-hosts-online
3312:  * [new branch]            sgress454/45639-improve-gitops-error-msgs -> origin/sgress454/45639-improve-gitops-error-msgs
3313:  * [new branch]            sgress454/add-vex-for-cve-2026-23517 -> origin/sgress454/add-vex-for-cve-2026-23517
3314:  * [new branch]            sgress454/adr-for-error-codes -> origin/sgress454/adr-for-error-codes
3315:  * [new branch]            sgress454/adr-refactor-list-hosts -> origin/sgress454/adr-refactor-list-hosts
...

3370:  * [new branch]            solutions-folder            -> origin/solutions-folder
3371:  * [new branch]            sort-seen-hosts-before-inserting -> origin/sort-seen-hosts-before-inserting
3372:  * [new branch]            spalmesano0-patch-2         -> origin/spalmesano0-patch-2
3373:  * [new branch]            sperad-props-documentation  -> origin/sperad-props-documentation
3374:  * [new branch]            spike-fleet-lint-plugin     -> origin/spike-fleet-lint-plugin
3375:  * [new branch]            spike-ui-permissions-pattern -> origin/spike-ui-permissions-pattern
3376:  * [new branch]            spokanemac-add-passcode-ddm-profile -> origin/spokanemac-add-passcode-ddm-profile
3377:  * [new branch]            spokanemac-dogfood-additional-apps -> origin/spokanemac-dogfood-additional-apps
3378:  * [new branch]            spokanemac-handbook-release-article -> origin/spokanemac-handbook-release-article
3379:  * [new branch]            spokanemac-macdevops-conference-post -> origin/spokanemac-macdevops-conference-post
3380:  * [new branch]            spokanemac-meetup-template  -> origin/spokanemac-meetup-template
3381:  * [new branch]            spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws -> origin/spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws
3382:  * [new branch]            spokanemac-release-article-issue-template -> origin/spokanemac-release-article-issue-template
3383:  * [new branch]            ssrf-transport-ip-blocking  -> origin/ssrf-transport-ip-blocking
3384:  * [new branch]            step4-improvements          -> origin/step4-improvements
3385:  * [new branch]            store-query-execution-and-ingestion-errors -> origin/store-query-execution-and-ingestion-errors
3386:  * [new branch]            support-breaking-osquery-downgrades -> origin/support-breaking-osquery-downgrades
...

3456:  * [new branch]            uniform-brex-spending-limit -> origin/uniform-brex-spending-limit
3457:  * [new branch]            untx-software               -> origin/untx-software
3458:  * [new branch]            upcoming-activities-mdm-commands -> origin/upcoming-activities-mdm-commands
3459:  * [new branch]            upcoming-commands           -> origin/upcoming-commands
3460:  * [new branch]            update-1password-and-safari-policy-versions-2601200025 -> origin/update-1password-and-safari-policy-versions-2601200025
3461:  * [new branch]            update-1password-and-safari-policy-versions-2601200610 -> origin/update-1password-and-safari-policy-versions-2601200610
3462:  * [new branch]            update-1password-and-safari-policy-versions-2602261818 -> origin/update-1password-and-safari-policy-versions-2602261818
3463:  * [new branch]            update-1password-and-safari-policy-versions-2603101819 -> origin/update-1password-and-safari-policy-versions-2603101819
3464:  * [new branch]            update-1password-and-safari-policy-versions-2604080037 -> origin/update-1password-and-safari-policy-versions-2604080037
3465:  * [new branch]            update-1password-and-safari-policy-versions-2604080637 -> origin/update-1password-and-safari-policy-versions-2604080637
3466:  * [new branch]            update-Cloudflare-WARP-FMA-with-UpgradeCode -> origin/update-Cloudflare-WARP-FMA-with-UpgradeCode
3467:  * [new branch]            update-applebmapi           -> origin/update-applebmapi
3468:  * [new branch]            update-article-format       -> origin/update-article-format
3469:  * [new branch]            update-bug-report-template  -> origin/update-bug-report-template
3470:  * [new branch]            update-build-instructions   -> origin/update-build-instructions
3471:  * [new branch]            update-build-script-error-message -> origin/update-build-script-error-message
3472:  * [new branch]            update-cancel-and-done-links -> origin/update-cancel-and-done-links
...

3550:  * [new branch]            update-santa-rules-chrome   -> origin/update-santa-rules-chrome
3551:  * [new branch]            update-solutions-folder     -> origin/update-solutions-folder
3552:  * [new branch]            update-testing-qa-apps-2511191525 -> origin/update-testing-qa-apps-2511191525
3553:  * [new branch]            update-tuf-keys             -> origin/update-tuf-keys
3554:  * [new branch]            update-tuf-md               -> origin/update-tuf-md
3555:  * [new branch]            update-usage-statistics-mobile-devices -> origin/update-usage-statistics-mobile-devices
3556:  * [new branch]            update-user-password-length-validation-test -> origin/update-user-password-length-validation-test
3557:  * [new branch]            update-vex-statements       -> origin/update-vex-statements
3558:  * [new branch]            update-why-this-way         -> origin/update-why-this-way
3559:  * [new branch]            upgrade-eslint              -> origin/upgrade-eslint
3560:  * [new branch]            upgrade-go                  -> origin/upgrade-go
3561:  * [new branch]            upgrade-typescript          -> origin/upgrade-typescript
3562:  * [new branch]            upload-msiexec-install-log  -> origin/upload-msiexec-install-log
3563:  * [new branch]            usage-stats-mobile-devices-count -> origin/usage-stats-mobile-devices-count
3564:  * [new branch]            use-dockerhub-creds         -> origin/use-dockerhub-creds
3565:  * [new branch]            user-channel-error          -> origin/user-channel-error
3566:  * [new branch]            users-fleets-tooltips       -> origin/users-fleets-tooltips
...

3714:  * [new branch]            wesite-fix-sales-rituals    -> origin/wesite-fix-sales-rituals
3715:  * [new branch]            willmayhone88-patch-1       -> origin/willmayhone88-patch-1
3716:  * [new branch]            win-fma-deepl               -> origin/win-fma-deepl
3717:  * [new branch]            win-fma-evernote            -> origin/win-fma-evernote
3718:  * [new branch]            win-fma-goland              -> origin/win-fma-goland
3719:  * [new branch]            win-fma-testing             -> origin/win-fma-testing
3720:  * [new branch]            win-fma-vnc-apps            -> origin/win-fma-vnc-apps
3721:  * [new branch]            win-mdm-loadtest            -> origin/win-mdm-loadtest
3722:  * [new branch]            windows-baseline            -> origin/windows-baseline
3723:  * [new branch]            windows-firefox-doh-script  -> origin/windows-firefox-doh-script
3724:  * [new branch]            windows-fma-msi-batch       -> origin/windows-fma-msi-batch
3725:  * [new branch]            windows-mdm-autopilot       -> origin/windows-mdm-autopilot
3726:  * [new branch]            windows-mdm-c-poc           -> origin/windows-mdm-c-poc
3727:  * [new branch]            windows-mdm-docs-auto-enroll -> origin/windows-mdm-docs-auto-enroll
3728:  * [new branch]            windows-mdm-load-test       -> origin/windows-mdm-load-test
3729:  * [new branch]            windows_enable_and_configure-error-message -> origin/windows_enable_and_configure-error-message
3730:  * [new branch]            workstations-to-use-edge-channels -> origin/workstations-to-use-edge-channels
...

3738:  * [new branch]            zayhanlon-patch-1           -> origin/zayhanlon-patch-1
3739:  * [new branch]            zenity-execuser             -> origin/zenity-execuser
3740:  * [new branch]            zhumo-patch-1               -> origin/zhumo-patch-1
3741:  * [new branch]            zhumo-patch-2               -> origin/zhumo-patch-2
3742:  * [new branch]            zhumo-patch-3               -> origin/zhumo-patch-3
3743:  * [new branch]            zhumo-patch-4               -> origin/zhumo-patch-4
3744:  * [new branch]            zhumo-patch-5               -> origin/zhumo-patch-5
3745:  * [new branch]            zhumo-patch-6               -> origin/zhumo-patch-6
3746:  * [new branch]            zhumo-patch-7               -> origin/zhumo-patch-7
3747:  * [new branch]            zwass-actions-reminders     -> origin/zwass-actions-reminders
3748:  * [new branch]            zwass-improve-macos-cpe     -> origin/zwass-improve-macos-cpe
3749:  * [new branch]            zwass-patch-1               -> origin/zwass-patch-1
3750:  * [new branch]            zwass-patch-2               -> origin/zwass-patch-2
3751:  * [new branch]            zwinnerman-fixup            -> origin/zwinnerman-fixup
3752:  * [new branch]            zwinnerman-livequery-tracing -> origin/zwinnerman-livequery-tracing
3753:  * [new branch]            zwinnerman-redis-error-handling -> origin/zwinnerman-redis-error-handling
3754:  * [new branch]            zwinnerman-test             -> origin/zwinnerman-test
...

4452:  Setup go version spec 1.26.4
4453:  Attempting to download 1.26.4...
4454:  matching 1.26.4...
4455:  Acquiring 1.26.4 from https://github.com/actions/go-versions/releases/download/1.26.4-26891772857/go-1.26.4-darwin-arm64.tar.gz
4456:  Extracting Go...
4457:  [command]/usr/bin/tar xz -C /Users/runner/work/_temp/05b515fd-b606-4ce4-9e3a-b741a0cc6b1c -f /Users/runner/work/_temp/75218ead-578f-4341-ae76-8f8afdf8cb88
4458:  Successfully extracted go to /Users/runner/work/_temp/05b515fd-b606-4ce4-9e3a-b741a0cc6b1c
4459:  Adding to the cache ...
4460:  Successfully cached go to /Users/runner/hostedtoolcache/go/1.26.4/arm64
4461:  Added go to the path
4462:  Successfully set up Go version 1.26.4
4463:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOMODCACHE
4464:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOCACHE
4465:  /Users/runner/Library/Caches/go-build
4466:  /Users/runner/go/pkg/mod
4467:  ##[warning]Restore cache failed: Dependencies file is not found in /Users/runner/work/fleet/fleet. Supported file pattern: go.mod
4468:  go version go1.26.4 darwin/arm64
...

4545:  Detected changed apps:
4546:  - aws-cli/windows
4547:  - camunda-modeler/darwin
4548:  - fantastical/darwin
4549:  - firealpaca/darwin
4550:  - framer/darwin
4551:  - glyphs/darwin
4552:  - macpacker/darwin
4553:  - macvim-app/darwin
4554:  - marked-app/darwin
4555:  - melodics/darwin
4556:  - memoryanalyzer/darwin
4557:  - mimestream/darwin
4558:  - musescore/darwin
4559:  - twingate/darwin
4560:  ##[group]Run # Default to no changes if detection step failed or didn't set output
4561:  �[36;1m# Default to no changes if detection step failed or didn't set output�[0m
4562:  �[36;1mHAS_CHANGES="true"�[0m
...

4757:  go: downloading go.opentelemetry.io/otel v1.43.0
4758:  go: downloading go.opentelemetry.io/otel/metric v1.43.0
4759:  go: downloading go.opentelemetry.io/otel/trace v1.43.0
4760:  go: downloading github.com/mattn/go-colorable v0.1.13
4761:  go: downloading github.com/edsrzf/mmap-go v1.1.0
4762:  go: downloading github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d
4763:  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
4764:  go: downloading golang.org/x/oauth2 v0.35.0
4765:  go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
4766:  go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
4767:  go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.8
4768:  go: downloading github.com/spf13/cobra v1.9.1
4769:  go: downloading github.com/spf13/viper v1.20.1
4770:  go: downloading github.com/go-kit/kit v0.12.0
4771:  go: downloading github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa
4772:  go: downloading github.com/hashicorp/go-multierror v1.1.1
4773:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
4774:  go: downloading github.com/MicahParks/jwkset v0.11.0
4775:  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
4776:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
4777:  go: downloading github.com/mattn/go-isatty v0.0.20
4778:  go: downloading github.com/andygrunwald/go-jira v1.16.0
4779:  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
4780:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
4781:  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
4782:  go: downloading go.opentelemetry.io/otel/sdk v1.43.0
4783:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
4784:  go: downloading gopkg.in/yaml.v2 v2.4.0
4785:  go: downloading github.com/oschwald/maxminddb-golang v1.10.0
4786:  go: downloading golang.org/x/sys v0.45.0
4787:  go: downloading github.com/elastic/go-sysinfo v1.11.2
4788:  go: downloading github.com/pkg/errors v0.9.1
4789:  go: downloading go.elastic.co/fastjson v1.1.0
...

4841:  go: downloading github.com/subosito/gotenv v1.6.0
4842:  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
4843:  go: downloading gopkg.in/yaml.v3 v3.0.1
4844:  go: downloading github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
4845:  go: downloading cloud.google.com/go/iam v1.5.3
4846:  go: downloading go.opencensus.io v0.24.0
4847:  go: downloading golang.org/x/sync v0.20.0
4848:  go: downloading google.golang.org/grpc v1.79.3
4849:  go: downloading google.golang.org/protobuf v1.36.11
4850:  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
4851:  go: downloading github.com/micromdm/nanolib v0.2.0
4852:  go: downloading github.com/nats-io/nkeys v0.4.15
4853:  go: downloading github.com/nats-io/nuid v1.0.1
4854:  go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
4855:  go: downloading github.com/go-logfmt/logfmt v0.5.1
4856:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
4857:  go: downloading cloud.google.com/go/auth v0.18.2
...

4860:  go: downloading github.com/google/s2a-go v0.1.9
4861:  go: downloading cloud.google.com/go/pubsub/v2 v2.0.0
4862:  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7
4863:  go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
4864:  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
4865:  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
4866:  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
4867:  time=level=INFO msg="GOOS environment variable is not set. Using system detected: 'darwin'"
4868:  time=level=INFO msg="INSTALLATION_SEARCH_DIRECTORY environment variable is not set. Using default: '/Applications'"
4869:  time=level=INFO msg="Validating app: Camunda Modeler (camunda-modeler/darwin)"
4870:  time=level=INFO msg=Downloading...
4871:  time=level=INFO msg="Executing install script..." app="Camunda Modeler"
4872:  time=level=INFO msg="New application detected at: /Applications/Camunda Modeler.app" app="Camunda Modeler"
4873:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Camunda Modeler.app'" app="Camunda Modeler"
4874:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Camunda Modeler.app'" app="Camunda Modeler"
4875:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Camunda Modeler"
4876:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Camunda Modeler.app: No such xattr: com.apple.quarantine'" app="Camunda Modeler"
4877:  time=level=INFO msg="Spctl output error: <nil>" app="Camunda Modeler"
4878:  time=level=INFO msg="spctl status: spctl status: '/Applications/Camunda Modeler.app: accepted\nsource=Notarized Developer ID'" app="Camunda Modeler"
4879:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app="Camunda Modeler"
4880:  time=level=INFO msg="Looking for app: Camunda Modeler, version: 5.48.0" app="Camunda Modeler"
4881:  time=level=INFO msg="Found app: 'Camunda Modeler' at /Applications/Camunda Modeler.app, Version: 5.48.0, Bundled Version: 5.48.0" app="Camunda Modeler"
4882:  time=level=INFO msg="Executing uninstall script for app..." app="Camunda Modeler"
4883:  time=level=INFO msg="Looking for app: Camunda Modeler, version: 5.48.0" app="Camunda Modeler"
4884:  time=level=INFO msg="All checks passed for app: Camunda Modeler (camunda-modeler/darwin)"
4885:  time=level=INFO msg="Validating app: Fantastical (fantastical/darwin)"
4886:  time=level=INFO msg=Downloading...
4887:  time=level=INFO msg="Executing install script..." app=Fantastical
4888:  time=level=INFO msg="New application detected at: /Applications/Fantastical.app" app=Fantastical
4889:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Fantastical.app'" app=Fantastical
4890:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Fantastical.app'" app=Fantastical
4891:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Fantastical
4892:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Fantastical.app: No such xattr: com.apple.quarantine'" app=Fantastical
4893:  time=level=INFO msg="Spctl output error: <nil>" app=Fantastical
4894:  time=level=INFO msg="spctl status: spctl status: '/Applications/Fantastical.app: accepted\nsource=Notarized Developer ID'" app=Fantastical
4895:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Fantastical
4896:  time=level=INFO msg="Looking for app: Fantastical, version: 4.1.14" app=Fantastical
4897:  time=level=INFO msg="Found app: 'Fantastical' at /Applications/Fantastical.app, Version: 4.1.14, Bundled Version: 2279" app=Fantastical
4898:  time=level=INFO msg="Executing uninstall script for app..." app=Fantastical
4899:  time=level=INFO msg="Looking for app: Fantastical, version: 4.1.14" app=Fantastical
4900:  time=level=INFO msg="All checks passed for app: Fantastical (fantastical/darwin)"
4901:  time=level=INFO msg="Validating app: Fire Alpaca (firealpaca/darwin)"
4902:  time=level=INFO msg=Downloading...
4903:  time=level=INFO msg="Executing install script..." app="Fire Alpaca"
4904:  time=level=INFO msg="New application detected at: /Applications/FireAlpaca.app" app="Fire Alpaca"
4905:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/FireAlpaca.app'" app="Fire Alpaca"
4906:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/FireAlpaca.app'" app="Fire Alpaca"
4907:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Fire Alpaca"
4908:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/FireAlpaca.app: No such xattr: com.apple.quarantine'" app="Fire Alpaca"
4909:  time=level=INFO msg="Spctl output error: checking spctl status: exit status 3" app="Fire Alpaca"
4910:  time=level=INFO msg="spctl status: spctl status: '/Applications/FireAlpaca.app: rejected\nsource=no usable signature'" app="Fire Alpaca"
4911:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app="Fire Alpaca"
4912:  time=level=INFO msg="Looking for app: Fire Alpaca, version: 2.16.0" app="Fire Alpaca"
4913:  time=level=INFO msg="Found app: 'FireAlpaca' at /Applications/FireAlpaca.app, Version: 2.15.2, Bundled Version: 2.15.2" app="Fire Alpaca"
4914:  time=level=ERROR msg="App version '2.16.0' was not found by osquery" app="Fire Alpaca"
4915:  time=level=INFO msg="Validating app: Framer (framer/darwin)"
4916:  time=level=INFO msg=Downloading...
4917:  time=level=INFO msg="Executing install script..." app=Framer
4918:  time=level=INFO msg="New application detected at: /Applications/Framer.app" app=Framer
4919:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Framer.app'" app=Framer
4920:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Framer.app'" app=Framer
4921:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Framer
4922:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Framer.app: No such xattr: com.apple.quarantine'" app=Framer
4923:  time=level=INFO msg="Spctl output error: <nil>" app=Framer
4924:  time=level=INFO msg="spctl status: spctl status: '/Applications/Framer.app: accepted\nsource=Notarized Developer ID'" app=Framer
4925:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Framer
4926:  time=level=INFO msg="Looking for app: Framer, version: 2026.23.3" app=Framer
4927:  time=level=INFO msg="Found app: 'Framer' at /Applications/Framer.app, Version: 2026.23.3, Bundled Version: 2026.23.3" app=Framer
4928:  time=level=INFO msg="Executing uninstall script for app..." app=Framer
4929:  time=level=INFO msg="Looking for app: Framer, version: 2026.23.3" app=Framer
4930:  time=level=INFO msg="All checks passed for app: Framer (framer/darwin)"
4931:  time=level=INFO msg="Validating app: Glyphs (glyphs/darwin)"
4932:  time=level=INFO msg=Downloading...
4933:  time=level=INFO msg="Executing install script..." app=Glyphs
4934:  time=level=INFO msg="New application detected at: /Applications/Glyphs 3.app" app=Glyphs
4935:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Glyphs 3.app'" app=Glyphs
4936:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Glyphs 3.app'" app=Glyphs
4937:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Glyphs
4938:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Glyphs 3.app: No such xattr: com.apple.quarantine'" app=Glyphs
4939:  time=level=INFO msg="Spctl output error: <nil>" app=Glyphs
4940:  time=level=INFO msg="spctl status: spctl status: '/Applications/Glyphs 3.app: accepted\nsource=Notarized Developer ID'" app=Glyphs
4941:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Glyphs
4942:  time=level=INFO msg="Looking for app: Glyphs, version: 3.5" app=Glyphs
4943:  time=level=INFO msg="Found app: 'Glyphs 3' at /Applications/Glyphs 3.app, Version: 3.5, Bundled Version: 3528" app=Glyphs
4944:  time=level=INFO msg="Executing uninstall script for app..." app=Glyphs
4945:  time=level=INFO msg="Looking for app: Glyphs, version: 3.5" app=Glyphs
4946:  time=level=INFO msg="All checks passed for app: Glyphs (glyphs/darwin)"
4947:  time=level=INFO msg="Validating app: MacPacker (macpacker/darwin)"
4948:  time=level=INFO msg=Downloading...
4949:  time=level=INFO msg="Executing install script..." app=MacPacker
4950:  time=level=INFO msg="New application detected at: /Applications/MacPacker.app" app=MacPacker
4951:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/MacPacker.app'" app=MacPacker
4952:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/MacPacker.app'" app=MacPacker
4953:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=MacPacker
4954:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/MacPacker.app: No such xattr: com.apple.quarantine'" app=MacPacker
4955:  time=level=INFO msg="Spctl output error: <nil>" app=MacPacker
4956:  time=level=INFO msg="spctl status: spctl status: '/Applications/MacPacker.app: accepted\nsource=Notarized Developer ID'" app=MacPacker
4957:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=MacPacker
4958:  time=level=INFO msg="Looking for app: MacPacker, version: 0.15.2" app=MacPacker
4959:  time=level=INFO msg="Found app: 'MacPacker' at /Applications/MacPacker.app, Version: 0.15.2, Bundled Version: 260609124811" app=MacPacker
4960:  time=level=INFO msg="Executing uninstall script for app..." app=MacPacker
4961:  time=level=INFO msg="Looking for app: MacPacker, version: 0.15.2" app=MacPacker
4962:  time=level=INFO msg="All checks passed for app: MacPacker (macpacker/darwin)"
4963:  time=level=INFO msg="Validating app: MacVim (macvim-app/darwin)"
4964:  time=level=INFO msg=Downloading...
4965:  time=level=INFO msg="Executing install script..." app=MacVim
4966:  time=level=INFO msg="New application detected at: /Applications/MacVim.app" app=MacVim
4967:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/MacVim.app'" app=MacVim
4968:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/MacVim.app'" app=MacVim
4969:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=MacVim
4970:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/MacVim.app: No such xattr: com.apple.quarantine'" app=MacVim
4971:  time=level=INFO msg="Spctl output error: <nil>" app=MacVim
4972:  time=level=INFO msg="spctl status: spctl status: '/Applications/MacVim.app: accepted\nsource=Notarized Developer ID'" app=MacVim
4973:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=MacVim
4974:  time=level=INFO msg="Looking for app: MacVim, version: 183" app=MacVim
4975:  time=level=INFO msg="Found app: 'MacVim' at /Applications/MacVim.app, Version: 9.2.321, Bundled Version: 183" app=MacVim
4976:  time=level=INFO msg="Executing uninstall script for app..." app=MacVim
4977:  time=level=INFO msg="Looking for app: MacVim, version: 183" app=MacVim
4978:  time=level=INFO msg="All checks passed for app: MacVim (macvim-app/darwin)"
4979:  time=level=INFO msg="Validating app: Marked (marked-app/darwin)"
4980:  time=level=INFO msg=Downloading...
4981:  time=level=INFO msg="Executing install script..." app=Marked
4982:  time=level=INFO msg="New application detected at: /Applications/Marked.app" app=Marked
4983:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Marked.app'" app=Marked
4984:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Marked.app'" app=Marked
4985:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Marked
4986:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Marked.app: No such xattr: com.apple.quarantine'" app=Marked
4987:  time=level=INFO msg="Spctl output error: <nil>" app=Marked
4988:  time=level=INFO msg="spctl status: spctl status: '/Applications/Marked.app: accepted\nsource=Notarized Developer ID'" app=Marked
4989:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Marked
4990:  time=level=INFO msg="Looking for app: Marked, version: 3.0.33" app=Marked
4991:  time=level=INFO msg="Found app: 'Marked' at /Applications/Marked.app, Version: 3.0.33, Bundled Version: 1164" app=Marked
4992:  time=level=INFO msg="Executing uninstall script for app..." app=Marked
4993:  time=level=INFO msg="Looking for app: Marked, version: 3.0.33" app=Marked
4994:  time=level=INFO msg="All checks passed for app: Marked (marked-app/darwin)"
4995:  time=level=INFO msg="Validating app: Melodics (melodics/darwin)"
4996:  time=level=INFO msg=Downloading...
4997:  time=level=INFO msg="Executing install script..." app=Melodics
4998:  time=level=INFO msg="New application detected at: /Applications/Melodics.app" app=Melodics
4999:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Melodics.app'" app=Melodics
5000:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Melodics.app'" app=Melodics
5001:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Melodics
5002:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Melodics.app: No such xattr: com.apple.quarantine'" app=Melodics
5003:  time=level=INFO msg="Spctl output error: <nil>" app=Melodics
5004:  time=level=INFO msg="spctl status: spctl status: '/Applications/Melodics.app: accepted\nsource=Notarized Developer ID'" app=Melodics
5005:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Melodics
5006:  time=level=INFO msg="Looking for app: Melodics, version: 5.0.627" app=Melodics
5007:  time=level=INFO msg="Found app: 'Melodics' at /Applications/Melodics.app, Version: 5.0.627, Bundled Version: 5.0.627" app=Melodics
5008:  time=level=INFO msg="Executing uninstall script for app..." app=Melodics
5009:  time=level=INFO msg="Looking for app: Melodics, version: 5.0.627" app=Melodics
5010:  time=level=INFO msg="All checks passed for app: Melodics (melodics/darwin)"
5011:  time=level=INFO msg="Validating app: Eclipse Memory Analyzer (memoryanalyzer/darwin)"
5012:  time=level=INFO msg=Downloading...
5013:  time=level=INFO msg="Executing install script..." app="Eclipse Memory Analyzer"
5014:  time=level=INFO msg="New application detected at: /Applications/MemoryAnalyzer.app" app="Eclipse Memory Analyzer"
5015:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/MemoryAnalyzer.app'" app="Eclipse Memory Analyzer"
5016:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/MemoryAnalyzer.app'" app="Eclipse Memory Analyzer"
5017:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Eclipse Memory Analyzer"
5018:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/MemoryAnalyzer.app: No such xattr: com.apple.quarantine'" app="Eclipse Memory Analyzer"
5019:  time=level=INFO msg="Spctl output error: <nil>" app="Eclipse Memory Analyzer"
5020:  time=level=INFO msg="spctl status: spctl status: '/Applications/MemoryAnalyzer.app: accepted\nsource=Notarized Developer ID'" app="Eclipse Memory Analyzer"
5021:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app="Eclipse Memory Analyzer"
5022:  time=level=INFO msg="Looking for app: Eclipse Memory Analyzer, version: 1.17.0.20260601" app="Eclipse Memory Analyzer"
5023:  time=level=INFO msg="Found app: 'MemoryAnalyzer' at /Applications/MemoryAnalyzer.app, Version: 1.17.0, Bundled Version: 1.17.0.202606111103" app="Eclipse Memory Analyzer"
5024:  time=level=INFO msg="Executing uninstall script for app..." app="Eclipse Memory Analyzer"
5025:  time=level=INFO msg="Looking for app: Eclipse Memory Analyzer, version: 1.17.0.20260601" app="Eclipse Memory Analyzer"
5026:  time=level=INFO msg="All checks passed for app: Eclipse Memory Analyzer (memoryanalyzer/darwin)"
5027:  time=level=INFO msg="Validating app: Mimestream (mimestream/darwin)"
5028:  time=level=INFO msg=Downloading...
5029:  time=level=INFO msg="Executing install script..." app=Mimestream
5030:  time=level=INFO msg="New application detected at: /Applications/Mimestream.app" app=Mim...

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #47479.

@github-actions github-actions Bot closed this Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants