Skip to content

Update Fleet-maintained apps - #47978

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated version metadata and installer checksums for 20+ maintained applications, including Adobe Acrobat Pro, AWS CLI, DBeaver, Darktable, Draw.io, Postman, RustDesk, Visual Studio Code, and others to their latest available releases.

Generated automatically with cmd/maintained-apps.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Twenty-two maintained-app JSON manifests under ee/maintained-apps/outputs/ were updated with new release metadata. Each change advances the version field, updates the queries.patched SQL version_compare threshold to match the new version, replaces the installer_url with the new artifact download link, and updates the sha256 checksum. Affected apps span both macOS (darwin.json) and Windows (windows.json): Adobe Acrobat Pro, Alcove, AWS CLI, BoltAI, Clipy, Codex, Darktable, DBeaver Community, Dockside, Draw.io, Input Source Pro, Kiro, OneDrive, OpenCode Desktop, Postman, RustDesk, Stats, Visual Studio Code, VNC Viewer, and WebCatalog.

Possibly related PRs

  • fleetdm/fleet#47937: Updates the same Visual Studio Code maintained-app entry by bumping its target version and adjusting the queries.patched version-compare threshold plus installer metadata.
  • fleetdm/fleet#47895: Updates the same ee/maintained-apps/outputs/aws-cli/windows.json, codex-app/darwin.json, and dockside/darwin.json entries by adjusting version, queries.patched version-compare thresholds, installer URLs, and sha256 checksums.
  • fleetdm/fleet#47919: Updates the same ee/maintained-apps/outputs/codex-app/darwin.json entry by bumping version, aligning queries.patched version-compare, installer_url, and sha256 to a new artifact version.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal and does not follow the provided template. It lacks required checklist items for changes files, testing, security validation, and other important verification steps. Provide a description that follows the template with relevant checklist items completed or marked as N/A, particularly for changes files, testing verification, and QA confirmation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' is directly related to the changeset, which updates metadata for 18 Fleet-maintained applications across multiple platforms.
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-2606212028

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.

Actionable comments posted: 1

🤖 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.

Inline comments:
In `@ee/maintained-apps/outputs/kiro/darwin.json`:
- Around line 4-7: The patched query in the darwin.json file uses version
comparison logic that assumes version increases, but the current change rolls
back from 1.0.0 to 0.12.333. Since the query checks
version_compare(bundle_short_version, '0.12.333') < 0, devices reporting version
1.0.0 will be marked as already patched and skip targeting. Confirm whether this
downgrade behavior is intentional, or update the patched query logic to properly
target devices with the higher version for downgrading by adjusting the
comparison condition or adding additional logic to handle version rollbacks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 975a20de-dcd6-48d6-8dc8-8e377e8cb6ec

📥 Commits

Reviewing files that changed from the base of the PR and between 0e6d8e9 and 73fe641.

📒 Files selected for processing (22)
  • ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json
  • ee/maintained-apps/outputs/adobe-acrobat-pro/windows.json
  • ee/maintained-apps/outputs/alcove/darwin.json
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/boltai/darwin.json
  • ee/maintained-apps/outputs/clipy/darwin.json
  • ee/maintained-apps/outputs/codex-app/darwin.json
  • ee/maintained-apps/outputs/darktable/darwin.json
  • ee/maintained-apps/outputs/darktable/windows.json
  • ee/maintained-apps/outputs/dbeaver-community/darwin.json
  • ee/maintained-apps/outputs/dockside/darwin.json
  • ee/maintained-apps/outputs/drawio/windows.json
  • ee/maintained-apps/outputs/input-source-pro/darwin.json
  • ee/maintained-apps/outputs/kiro/darwin.json
  • ee/maintained-apps/outputs/onedrive/windows.json
  • ee/maintained-apps/outputs/opencode-desktop/darwin.json
  • ee/maintained-apps/outputs/postman/windows.json
  • ee/maintained-apps/outputs/rustdesk/darwin.json
  • ee/maintained-apps/outputs/stats/darwin.json
  • ee/maintained-apps/outputs/visual-studio-code/windows.json
  • ee/maintained-apps/outputs/vnc-viewer/windows.json
  • ee/maintained-apps/outputs/webcatalog/darwin.json

Comment on lines +4 to +7
"version": "0.12.333",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.kiro.desktop';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.kiro.desktop' AND version_compare(bundle_short_version, '1.0.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.kiro.desktop' AND version_compare(bundle_short_version, '0.12.333') < 0);"

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.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# 1) Confirm current value in this branch
sed -n '1,40p' ee/maintained-apps/outputs/kiro/darwin.json

# 2) Inspect recent history for this manifest's version trajectory
git log --oneline -- ee/maintained-apps/outputs/kiro/darwin.json | head -n 10

# 3) Show prior committed content (if available) to verify rollback intent
prev_commit=$(git rev-list -n 1 HEAD^ -- ee/maintained-apps/outputs/kiro/darwin.json 2>/dev/null || true)
if [ -n "$prev_commit" ]; then
  git show "${prev_commit}:ee/maintained-apps/outputs/kiro/darwin.json" | sed -n '1,40p'
fi

Repository: fleetdm/fleet

Length of output: 6676


🏁 Script executed:

# Get more details about the commit that touched this file
git show --stat 73fe6419

# Show the actual diff for this file in that commit
git show 73fe6419 -- ee/maintained-apps/outputs/kiro/darwin.json | head -100

# Check if there are other commits mentioning 1.0.0 or kiro
git log --all --grep="1.0.0\|kiro" --oneline | head -20

Repository: fleetdm/fleet

Length of output: 50371


🏁 Script executed:

# Get the diff for just the kiro darwin.json file
git show 73fe6419 -- ee/maintained-apps/outputs/kiro/darwin.json

# Check if there are commits before this one that touched the kiro file
git log --all --oneline -- ee/maintained-apps/outputs/kiro/darwin.json

Repository: fleetdm/fleet

Length of output: 7330


🏁 Script executed:

# Search for any prior kiro entries in maintained-apps
find ee/maintained-apps -name "*kiro*" -type f

# Check the earlier commits mentioned in the log
git show 15fedbae:ee/maintained-apps/outputs/kiro/darwin.json 2>/dev/null || echo "File not found in that commit"

git show abd70c75:ee/maintained-apps/outputs/kiro/darwin.json 2>/dev/null || echo "File not found in that commit"

# Look for any kiro in sources directory
rg -i "kiro" ee/maintained-apps/sources/ 2>/dev/null | head -20

Repository: fleetdm/fleet

Length of output: 13460


Verify the version rollback semantics are intentional.

This commit rolls back from version 1.0.0 to 0.12.333. The patched query on line 7 uses version_compare(bundle_short_version, '0.12.333') < 0, which means any device reporting version 1.0.0 will be marked as already patched (since 1.0.0 > 0.12.333) and will skip upgrade targeting. Confirm this downgrade behavior is expected, or the query logic may need to handle version rollbacks differently.

🤖 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/kiro/darwin.json` around lines 4 - 7, The patched
query in the darwin.json file uses version comparison logic that assumes version
increases, but the current change rolls back from 1.0.0 to 0.12.333. Since the
query checks version_compare(bundle_short_version, '0.12.333') < 0, devices
reporting version 1.0.0 will be marked as already patched and skip targeting.
Confirm whether this downgrade behavior is intentional, or update the patched
query logic to properly target devices with the higher version for downgrading
by adjusting the comparison condition or adding additional logic to handle
version rollbacks.

@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: Validate changed apps [❌]

Failed test name: ""

Failure summary:

The workflow failed during the maintained apps validation step because the app install scripts for
two Windows apps errored, causing the validator to exit non-zero (exit status 1).
- darktable
(darktable/windows): install script failed with exit status 1 (no output captured), and cleanup then
failed because the downloaded installer darktable-5.6.0-win64.exe could not be deleted (The process
cannot access the file because it is being used by another process).
- VNC Viewer
(vnc-viewer/windows): install script failed with exit status 1 due to Error: 64-bit MSI not found
under C:\Users\RUNNER~1\AppData\Local\Temp\RealVNCViewerInstall.
The validator reported: Validated 6
out of 8 apps successfully. Apps with errors: [darktable VNC Viewer], then exited with code 1, which
made the GitHub Action fail (##[error]Process completed with exit code 1.).

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

148:  * [new branch]            11938-loadtesting-branch    -> origin/11938-loadtesting-branch
149:  * [new branch]            12007-ui-idp-metadata       -> origin/12007-ui-idp-metadata
150:  * [new branch]            12351-try-fix-for-fleet-desktop -> origin/12351-try-fix-for-fleet-desktop
151:  * [new branch]            12356-puppet-callback       -> origin/12356-puppet-callback
152:  * [new branch]            12375-query-bulk-action     -> origin/12375-query-bulk-action
153:  * [new branch]            12474-documentation         -> origin/12474-documentation
154:  * [new branch]            12614-federated-auth-support -> origin/12614-federated-auth-support
155:  * [new branch]            12687-host-issues-query     -> origin/12687-host-issues-query
156:  * [new branch]            12696-loadtest-cis-changes  -> origin/12696-loadtest-cis-changes
157:  * [new branch]            12842-fleetd-bitlocker-management -> origin/12842-fleetd-bitlocker-management
158:  * [new branch]            12842-fleetd-bitlocker-table -> origin/12842-fleetd-bitlocker-table
159:  * [new branch]            12889-faster-software       -> origin/12889-faster-software
160:  * [new branch]            13287-loadtest-changes      -> origin/13287-loadtest-changes
161:  * [new branch]            13288-poc-fleet-fips        -> origin/13288-poc-fleet-fips
162:  * [new branch]            13485-query-reports-migration -> origin/13485-query-reports-migration
163:  * [new branch]            13574-cache-failed-policy-counts -> origin/13574-cache-failed-policy-counts
164:  * [new branch]            13657-docs                  -> origin/13657-docs
...

176:  * [new branch]            146orch                     -> origin/146orch
177:  * [new branch]            14753-windows-ps1-api       -> origin/14753-windows-ps1-api
178:  * [new branch]            14957-test-dep-screen       -> origin/14957-test-dep-screen
179:  * [new branch]            14957-test-dep-screen-patch -> origin/14957-test-dep-screen-patch
180:  * [new branch]            15068-disk-encryption-ii    -> origin/15068-disk-encryption-ii
181:  * [new branch]            15082-download-api-docs     -> origin/15082-download-api-docs
182:  * [new branch]            15082-make-endpoints-consistent -> origin/15082-make-endpoints-consistent
183:  * [new branch]            15082-update-download-endpoints -> origin/15082-update-download-endpoints
184:  * [new branch]            15380-hosts-api-doc         -> origin/15380-hosts-api-doc
185:  * [new branch]            15461-ui-dep-assign-profile-responses -> origin/15461-ui-dep-assign-profile-responses
186:  * [new branch]            15463-msi-fix               -> origin/15463-msi-fix
187:  * [new branch]            15559-move-scep             -> origin/15559-move-scep
188:  * [new branch]            15633                       -> origin/15633
189:  * [new branch]            15770-mac-os-vuln           -> origin/15770-mac-os-vuln
190:  * [new branch]            15801-migration             -> origin/15801-migration
191:  * [new branch]            15912-password-reset-error-code -> origin/15912-password-reset-error-code
192:  * [new branch]            16182-log-root              -> origin/16182-log-root
...

633:  * [new branch]            7765-frontend               -> origin/7765-frontend
634:  * [new branch]            7766-backend-final-main-merge -> origin/7766-backend-final-main-merge
635:  * [new branch]            7766-backend-test           -> origin/7766-backend-test
636:  * [new branch]            7766-frontend               -> origin/7766-frontend
637:  * [new branch]            7993-figure-out-the-limits-of-our-current-search-approach -> origin/7993-figure-out-the-limits-of-our-current-search-approach
638:  * [new branch]            8021-orbit-use-specified-identifier -> origin/8021-orbit-use-specified-identifier
639:  * [new branch]            8186-vulnerable-software-false-positive-docker -> origin/8186-vulnerable-software-false-positive-docker
640:  * [new branch]            8593-gitops                 -> origin/8593-gitops
641:  * [new branch]            8708-docs                   -> origin/8708-docs
642:  * [new branch]            8708-encryption-key-api     -> origin/8708-encryption-key-api
643:  * [new branch]            8708-ingest-file-vault      -> origin/8708-ingest-file-vault
644:  * [new branch]            8708-ingest-macos-encription-key -> origin/8708-ingest-macos-encription-key
645:  * [new branch]            8708-ingest-macos-encription-key-ii -> origin/8708-ingest-macos-encription-key-ii
646:  * [new branch]            8974-native-smbios-uuid-support -> origin/8974-native-smbios-uuid-support
647:  * [new branch]            9260-cis-checks-5.10.x      -> origin/9260-cis-checks-5.10.x
648:  * [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
649:  * [new branch]            9590-schema                 -> origin/9590-schema
...

834:  * [new branch]            allenhouchins-add-hardware-procurement-info -> origin/allenhouchins-add-hardware-procurement-info
835:  * [new branch]            allenhouchins-contour-normalize -> origin/allenhouchins-contour-normalize
836:  * [new branch]            allenhouchins-external-disk-management -> origin/allenhouchins-external-disk-management
837:  * [new branch]            allenhouchins-fix-firefox   -> origin/allenhouchins-fix-firefox
838:  * [new branch]            allenhouchins-fma-installer-arch -> origin/allenhouchins-fma-installer-arch
839:  * [new branch]            allenhouchins-net-arm64     -> origin/allenhouchins-net-arm64
840:  * [new branch]            allenhouchins-santa-table-updates -> origin/allenhouchins-santa-table-updates
841:  * [new branch]            allenhouchins-update-custom-tap -> origin/allenhouchins-update-custom-tap
842:  * [new branch]            allenhouchins-update-new-fma-skill -> origin/allenhouchins-update-new-fma-skill
843:  * [new branch]            always-create-event-next-thu -> origin/always-create-event-next-thu
844:  * [new branch]            and_osq_proj                -> origin/and_osq_proj
845:  * [new branch]            andrey/loadtest-oval-vulns  -> origin/andrey/loadtest-oval-vulns
846:  * [new branch]            android-app-install-activity -> origin/android-app-install-activity
847:  * [new branch]            android-cofniguration-profiles-research -> origin/android-cofniguration-profiles-research
848:  * [new branch]            android-enroll-note         -> origin/android-enroll-note
849:  * [new branch]            android-enrollment-error    -> origin/android-enrollment-error
850:  * [new branch]            android-fleet-vars          -> origin/android-fleet-vars
...

903:  * [new branch]            await-configuration-docs    -> origin/await-configuration-docs
904:  * [new branch]            aws-licensing-integration-proposal -> origin/aws-licensing-integration-proposal
905:  * [new branch]            backport-a41fb63            -> origin/backport-a41fb63
906:  * [new branch]            backport-c02af              -> origin/backport-c02af
907:  * [new branch]            backport-e65d6cf            -> origin/backport-e65d6cf
908:  * [new branch]            backport-ef07**********************************49 -> origin/backport-ef07**********************************49
909:  * [new branch]            backport-vpp-fix            -> origin/backport-vpp-fix
910:  * [new branch]            base-software-titles-loadtest -> origin/base-software-titles-loadtest
911:  * [new branch]            base-software-titles-loadtest-2 -> origin/base-software-titles-loadtest-2
912:  * [new branch]            beekeeper-fma-initial       -> origin/beekeeper-fma-initial
913:  * [new branch]            bettapizza                  -> origin/bettapizza
914:  * [new branch]            bettapizza--ghost-testimonial-update -> origin/bettapizza--ghost-testimonial-update
915:  * [new branch]            bettapizza-patch-1          -> origin/bettapizza-patch-1
916:  * [new branch]            bettapizza-patch-2          -> origin/bettapizza-patch-2
917:  * [new branch]            bettapizza-patch-3          -> origin/bettapizza-patch-3
918:  * [new branch]            better-byod-error           -> origin/better-byod-error
919:  * [new branch]            bounded-context-proposals   -> origin/bounded-context-proposals
...

951:  * [new branch]            cherry-pick-41914-to-rc-v4.83.0 -> origin/cherry-pick-41914-to-rc-v4.83.0
952:  * [new branch]            cherry-pick-42773-vitals-constants -> origin/cherry-pick-42773-vitals-constants
953:  * [new branch]            cherry-pick-8750-into-rc-minor-fleet-v4.60.0 -> origin/cherry-pick-8750-into-rc-minor-fleet-v4.60.0
954:  * [new branch]            cherry-pick-dogfood-change  -> origin/cherry-pick-dogfood-change
955:  * [new branch]            cherry-pick-dogfood-env-vars -> origin/cherry-pick-dogfood-env-vars
956:  * [new branch]            cherry-pick-fleetctl-changes-to-allow-testing -> origin/cherry-pick-fleetctl-changes-to-allow-testing
957:  * [new branch]            cherry-pick-mac-address-vital -> origin/cherry-pick-mac-address-vital
958:  * [new branch]            cherry-pick-patches         -> origin/cherry-pick-patches
959:  * [new branch]            cherry-pick-remove-overrides-in-dev-mode -> origin/cherry-pick-remove-overrides-in-dev-mode
960:  * [new branch]            cherry-pick-util            -> origin/cherry-pick-util
961:  * [new branch]            cherry-pick-webhooks        -> origin/cherry-pick-webhooks
962:  * [new branch]            cherrypick-v4.85.0-version-bump-into-main -> origin/cherrypick-v4.85.0-version-bump-into-main
963:  * [new branch]            chore-UI-update-for-CSP     -> origin/chore-UI-update-for-CSP
964:  * [new branch]            chore-add-specific-yarn-version -> origin/chore-add-specific-yarn-version
965:  * [new branch]            chore-backend-api-patterns  -> origin/chore-backend-api-patterns
966:  * [new branch]            chore-change-error-message-custom-profile -> origin/chore-change-error-message-custom-profile
967:  * [new branch]            chore-cp-chage-status-code-turn-off-mdm -> origin/chore-cp-chage-status-code-turn-off-mdm
...

1150:  * [new branch]            edwardsb-vuln-processing-fix-sandcastle -> origin/edwardsb-vuln-processing-fix-sandcastle
1151:  * [new branch]            edwardsb-vuln-processing-volume-fix -> origin/edwardsb-vuln-processing-volume-fix
1152:  * [new branch]            edwardsb/deployment-guide-updates -> origin/edwardsb/deployment-guide-updates
1153:  * [new branch]            edwardsb/restrict_console_access -> origin/edwardsb/restrict_console_access
1154:  * [new branch]            elastic_rum                 -> origin/elastic_rum
1155:  * [new branch]            enable-jit-by-default       -> origin/enable-jit-by-default
1156:  * [new branch]            enable-test-go-automation-macos -> origin/enable-test-go-automation-macos
1157:  * [new branch]            enforce-firefox-doh         -> origin/enforce-firefox-doh
1158:  * [new branch]            enforce-firefox-windows     -> origin/enforce-firefox-windows
1159:  * [new branch]            enforce-ios-26.5-update-deadline-july-2026 -> origin/enforce-ios-26.5-update-deadline-july-2026
1160:  * [new branch]            enforce-iso27001-workstations -> origin/enforce-iso27001-workstations
1161:  * [new branch]            enforce-macos-15.5-update-deadline -> origin/enforce-macos-15.5-update-deadline
1162:  * [new branch]            enforce-macos-version-workstations -> origin/enforce-macos-version-workstations
1163:  * [new branch]            enroll-android-feature-guide -> origin/enroll-android-feature-guide
1164:  * [new branch]            ericswenson0-patch-1        -> origin/ericswenson0-patch-1
1165:  * [new branch]            error-counts                -> origin/error-counts
1166:  * [new branch]            errors-perf-testing         -> origin/errors-perf-testing
1167:  * [new branch]            es-reports                  -> origin/es-reports
...

1183:  * [new branch]            eugkuo-patch-6-slugs-FMA    -> origin/eugkuo-patch-6-slugs-FMA
1184:  * [new branch]            example-fleetctl-profiles   -> origin/example-fleetctl-profiles
1185:  * [new branch]            exp-mdbook-docs             -> origin/exp-mdbook-docs
1186:  * [new branch]            experiment-disable-some-deletes -> origin/experiment-disable-some-deletes
1187:  * [new branch]            experiment-hardcode-counters-to-zero -> origin/experiment-hardcode-counters-to-zero
1188:  * [new branch]            experiment-no-txs           -> origin/experiment-no-txs
1189:  * [new branch]            experiment-status-tooltip   -> origin/experiment-status-tooltip
1190:  * [new branch]            experiment-with-two-branches -> origin/experiment-with-two-branches
1191:  * [new branch]            experimental_moveitem       -> origin/experimental_moveitem
1192:  * [new branch]            experimient-no-counts       -> origin/experimient-no-counts
1193:  * [new branch]            expiredcertstool            -> origin/expiredcertstool
1194:  * [new branch]            express-vpn-win             -> origin/express-vpn-win
1195:  * [new branch]            extra-dep-logs              -> origin/extra-dep-logs
1196:  * [new branch]            f84ee4c5f4                  -> origin/f84ee4c5f4
1197:  * [new branch]            faf-doc-clarification       -> origin/faf-doc-clarification
1198:  * [new branch]            failing-test                -> origin/failing-test
1199:  * [new branch]            faq-updates-2026-06         -> origin/faq-updates-2026-06
...

1239:  * [new branch]            feature-hydrant-ca          -> origin/feature-hydrant-ca
1240:  * [new branch]            feature-idp-byod            -> origin/feature-idp-byod
1241:  * [new branch]            feature-orbit-find          -> origin/feature-orbit-find
1242:  * [new branch]            feature-prioritization      -> origin/feature-prioritization
1243:  * [new branch]            feature-v4.44.1-live-queries -> origin/feature-v4.44.1-live-queries
1244:  * [new branch]            feature-windows-mdm-policy-extraction -> origin/feature-windows-mdm-policy-extraction
1245:  * [new branch]            feature/add-blank-to-osquer-link -> origin/feature/add-blank-to-osquer-link
1246:  * [new branch]            feature/fleet-macos-password-sync -> origin/feature/fleet-macos-password-sync
1247:  * [new branch]            feature_14722-activity-feed-webhooks -> origin/feature_14722-activity-feed-webhooks
1248:  * [new branch]            feature_18115-crit-vuln-issues -> origin/feature_18115-crit-vuln-issues
1249:  * [new branch]            feature_19010-ipad-ios-lock-wipe-backend-changes -> origin/feature_19010-ipad-ios-lock-wipe-backend-changes
1250:  * [new branch]            feature_22078               -> origin/feature_22078
1251:  * [new branch]            fix                         -> origin/fix
1252:  * [new branch]            fix-35118-cis-win10-v4      -> origin/fix-35118-cis-win10-v4
1253:  * [new branch]            fix-4.84.4-k8s              -> origin/fix-4.84.4-k8s
1254:  * [new branch]            fix-40083-failed-install-retries -> origin/fix-40083-failed-install-retries
1255:  * [new branch]            fix-41290-vpp-added-status  -> origin/fix-41290-vpp-added-status
1256:  * [new branch]            fix-41337-save-env-secrets-dry-run -> origin/fix-41337-save-env-secrets-dry-run
1257:  * [new branch]            fix-43623-fma-patch-policy-gitops -> origin/fix-43623-fma-patch-policy-gitops
1258:  * [new branch]            fix-43673-my-device-sort    -> origin/fix-43673-my-device-sort
1259:  * [new branch]            fix-44199-embedded-app-bundles -> origin/fix-44199-embedded-app-bundles
1260:  * [new branch]            fix-android-unenroll-activities -> origin/fix-android-unenroll-activities
1261:  * [new branch]            fix-blockquotes-google-groups -> origin/fix-blockquotes-google-groups
1262:  * [new branch]            fix-ca-verdict-spoof-16386  -> origin/fix-ca-verdict-spoof-16386
1263:  * [new branch]            fix-case-in-deploy-config-docs -> origin/fix-case-in-deploy-config-docs
1264:  * [new branch]            fix-cert-details-modal      -> origin/fix-cert-details-modal
1265:  * [new branch]            fix-checkerboard-scroll-to-right -> origin/fix-checkerboard-scroll-to-right
1266:  * [new branch]            fix-checkerboard-tooltip-nowrap -> origin/fix-checkerboard-tooltip-nowrap
1267:  * [new branch]            fix-cloudflare-warp-fma-output-json -> origin/fix-cloudflare-warp-fma-output-json
1268:  * [new branch]            fix-codeql-ci-error         -> origin/fix-codeql-ci-error
1269:  * [new branch]            fix-colima                  -> origin/fix-colima
1270:  * [new branch]            fix-color-for-mobile-sticky-nav -> origin/fix-color-for-mobile-sticky-nav
1271:  * [new branch]            fix-conflict-in-feature_19010-ipad-ios-lock-wipe -> origin/fix-conflict-in-feature_19010-ipad-ios-lock-wipe
1272:  * [new branch]            fix-contrib-docs            -> origin/fix-contrib-docs
1273:  * [new branch]            fix-cve-2026-2792-firefox-esr -> origin/fix-cve-2026-2792-firefox-esr
1274:  * [new branch]            fix-cve-validate-enrichment-canary -> origin/fix-cve-validate-enrichment-canary
1275:  * [new branch]            fix-docker-publish          -> origin/fix-docker-publish
1276:  * [new branch]            fix-dogfood-workstation     -> origin/fix-dogfood-workstation
1277:  * [new branch]            fix-embedded-bundle-titles-44199 -> origin/fix-embedded-bundle-titles-44199
1278:  * [new branch]            fix-firefox-cve-2026-2792   -> origin/fix-firefox-cve-2026-2792
1279:  * [new branch]            fix-firefox-fma-conflict-error-msg -> origin/fix-firefox-fma-conflict-error-msg
1280:  * [new branch]            fix-flakey-orbit-test       -> origin/fix-flakey-orbit-test
...

1286:  * [new branch]            fix-host-counts-vpp-software -> origin/fix-host-counts-vpp-software
1287:  * [new branch]            fix-instability-ubuntu-latest -> origin/fix-instability-ubuntu-latest
1288:  * [new branch]            fix-ios-ipados-enrollment-label-42721 -> origin/fix-ios-ipados-enrollment-label-42721
1289:  * [new branch]            fix-list-sw-permissions     -> origin/fix-list-sw-permissions
1290:  * [new branch]            fix-mdm-enrolled-webhook    -> origin/fix-mdm-enrolled-webhook
1291:  * [new branch]            fix-mdm-redirect            -> origin/fix-mdm-redirect
1292:  * [new branch]            fix-mdm-url-truncation      -> origin/fix-mdm-url-truncation
1293:  * [new branch]            fix-missing-test-schema-update -> origin/fix-missing-test-schema-update
1294:  * [new branch]            fix-modernize               -> origin/fix-modernize
1295:  * [new branch]            fix-no-space-left-on-device-failure -> origin/fix-no-space-left-on-device-failure
1296:  * [new branch]            fix-notarization            -> origin/fix-notarization
1297:  * [new branch]            fix-orbit-notarization      -> origin/fix-orbit-notarization
1298:  * [new branch]            fix-os-settings-name-col-truncation -> origin/fix-os-settings-name-col-truncation
1299:  * [new branch]            fix-os-settings-underline-descender-clip -> origin/fix-os-settings-underline-descender-clip
1300:  * [new branch]            fix-pricing-more-info-icon-documentationurl -> origin/fix-pricing-more-info-icon-documentationurl
1301:  * [new branch]            fix-receive-from-github-error -> origin/fix-receive-from-github-error
1302:  * [new branch]            fix-sandbox-local           -> origin/fix-sandbox-local
...

1317:  * [new branch]            fix-ui-typo-fleet-maintained-empty -> origin/fix-ui-typo-fleet-maintained-empty
1318:  * [new branch]            fix-vpp-edit-fleet-desktop-message -> origin/fix-vpp-edit-fleet-desktop-message
1319:  * [new branch]            fix-win-os-version          -> origin/fix-win-os-version
1320:  * [new branch]            fix-windows-e2e-uninstall-path -> origin/fix-windows-e2e-uninstall-path
1321:  * [new branch]            fix_14825                   -> origin/fix_14825
1322:  * [new branch]            fixes-on-minor-fleet-v4.54.0 -> origin/fixes-on-minor-fleet-v4.54.0
1323:  * [new branch]            fixes-plus-4.35.1           -> origin/fixes-plus-4.35.1
1324:  * [new branch]            flaky-tests-nov-6           -> origin/flaky-tests-nov-6
1325:  * [new branch]            fleet-desktop-linux-browser -> origin/fleet-desktop-linux-browser
1326:  * [new branch]            fleet-desktop-version       -> origin/fleet-desktop-version
1327:  * [new branch]            fleet-mdm-server-url        -> origin/fleet-mdm-server-url
1328:  * [new branch]            fleet-multiple-abm-vpp-proposal -> origin/fleet-multiple-abm-vpp-proposal
1329:  * [new branch]            fleet-premium-users-usage-statistics -> origin/fleet-premium-users-usage-statistics
1330:  * [new branch]            fleet-release-infra         -> origin/fleet-release-infra
1331:  * [new branch]            fleet-server-config-1817    -> origin/fleet-server-config-1817
1332:  * [new branch]            fleet-server-log-request-errors -> origin/fleet-server-log-request-errors
1333:  * [new branch]            fleet-ship-rebuild          -> origin/fleet-ship-rebuild
...

2301:  * [new branch]            hotfix-failing-tests        -> origin/hotfix-failing-tests
2302:  * [new branch]            hotfix-query-update         -> origin/hotfix-query-update
2303:  * [new branch]            hotfix-revert-sofa-tables   -> origin/hotfix-revert-sofa-tables
2304:  * [new branch]            hotfix-v4.67.2-migration    -> origin/hotfix-v4.67.2-migration
2305:  * [new branch]            hotfix-v4.76.1              -> origin/hotfix-v4.76.1
2306:  * [new branch]            hover-gravatar              -> origin/hover-gravatar
2307:  * [new branch]            hughestaylor-patch-1        -> origin/hughestaylor-patch-1
2308:  * [new branch]            hughestaylor-patch-1-1      -> origin/hughestaylor-patch-1-1
2309:  * [new branch]            ignore-fleetctl-vulnerabilities -> origin/ignore-fleetctl-vulnerabilities
2310:  * [new branch]            improve-flakey-test         -> origin/improve-flakey-test
2311:  * [new branch]            improve-prometheus-metrics  -> origin/improve-prometheus-metrics
2312:  * [new branch]            improve-software-tooltips   -> origin/improve-software-tooltips
2313:  * [new branch]            include-mnt-in-gads-metric  -> origin/include-mnt-in-gads-metric
2314:  * [new branch]            increase-goreleaser-timeout-to-60m -> origin/increase-goreleaser-timeout-to-60m
2315:  * [new branch]            ingress-gateway-support     -> origin/ingress-gateway-support
2316:  * [new branch]            insert-software-installers-retry-error -> origin/insert-software-installers-retry-error
2317:  * [new branch]            install-all-recently-installed -> origin/install-all-recently-installed
...

2330:  * [new branch]            irenareedy-patch-10         -> origin/irenareedy-patch-10
2331:  * [new branch]            irenareedy-patch-2          -> origin/irenareedy-patch-2
2332:  * [new branch]            irenareedy-patch-3          -> origin/irenareedy-patch-3
2333:  * [new branch]            irenareedy-patch-4          -> origin/irenareedy-patch-4
2334:  * [new branch]            irenareedy-patch-5          -> origin/irenareedy-patch-5
2335:  * [new branch]            irenareedy-patch-6          -> origin/irenareedy-patch-6
2336:  * [new branch]            irenareedy-patch-7          -> origin/irenareedy-patch-7
2337:  * [new branch]            irenareedy-patch-8          -> origin/irenareedy-patch-8
2338:  * [new branch]            irenareedy-patch-9          -> origin/irenareedy-patch-9
2339:  * [new branch]            irenareedy-thumbtack-case-study -> origin/irenareedy-thumbtack-case-study
2340:  * [new branch]            iso-27001-compliance        -> origin/iso-27001-compliance
2341:  * [new branch]            iso42001-ai-discovery-inventory -> origin/iso42001-ai-discovery-inventory
2342:  * [new branch]            issue-11545-my-device-dep-modal -> origin/issue-11545-my-device-dep-modal
2343:  * [new branch]            issue-2716-specify-query-platforms -> origin/issue-2716-specify-query-platforms
2344:  * [new branch]            issue-3271-rate-limit-distributed-writes -> origin/issue-3271-rate-limit-distributed-writes
2345:  * [new branch]            issue-4361-mail-change-should-error -> origin/issue-4361-mail-change-should-error
2346:  * [new branch]            issue-conf-1968-delete-uninstalled-software-from-main -> origin/issue-conf-1968-delete-uninstalled-software-from-main
...

2551:  * [new branch]            melpike-api-device-url-43895 -> origin/melpike-api-device-url-43895
2552:  * [new branch]            melpike-api-manually-enroll-23242 -> origin/melpike-api-manually-enroll-23242
2553:  * [new branch]            melpike-api-minimum-version-39085 -> origin/melpike-api-minimum-version-39085
2554:  * [new branch]            melpike-api-os-updates-39085 -> origin/melpike-api-os-updates-39085
2555:  * [new branch]            melpike-api-py-script-41470 -> origin/melpike-api-py-script-41470
2556:  * [new branch]            melpike-api-windows-managed-account-43488 -> origin/melpike-api-windows-managed-account-43488
2557:  * [new branch]            melpike-audit-log-account-provisioning-45524 -> origin/melpike-audit-log-account-provisioning-45524
2558:  * [new branch]            melpike-audit-log-mdm-cmd-45021 -> origin/melpike-audit-log-mdm-cmd-45021
2559:  * [new branch]            melpike-audit-recovery-lock-password-rotate -> origin/melpike-audit-recovery-lock-password-rotate
2560:  * [new branch]            melpike-byod-wipe-lock-23242 -> origin/melpike-byod-wipe-lock-23242
2561:  * [new branch]            melpike-byod-wipe-lock-23242-1 -> origin/melpike-byod-wipe-lock-23242-1
2562:  * [new branch]            melpike-byod-wipe-lock-api-23242 -> origin/melpike-byod-wipe-lock-api-23242
2563:  * [new branch]            melpike-byod-wipe-lock-yaml-23242 -> origin/melpike-byod-wipe-lock-yaml-23242
2564:  * [new branch]            melpike-combine-guides-30674 -> origin/melpike-combine-guides-30674
2565:  * [new branch]            melpike-create-managed-local-account-guide-37141 -> origin/melpike-create-managed-local-account-guide-37141
2566:  * [new branch]            melpike-dep-error-messaging-43916 -> origin/melpike-dep-error-messaging-43916
2567:  * [new branch]            melpike-doc-deploy-sw-41470 -> origin/melpike-doc-deploy-sw-41470
...

2706:  * [new branch]            mna-doc-change-api-structure -> origin/mna-doc-change-api-structure
2707:  * [new branch]            mna-experiment-macos-profiles-uuid -> origin/mna-experiment-macos-profiles-uuid
2708:  * [new branch]            mna-fix-22558-windows-installer-stuck-pending -> origin/mna-fix-22558-windows-installer-stuck-pending
2709:  * [new branch]            mna-fix-duplicate-lock-unlock-activity -> origin/mna-fix-duplicate-lock-unlock-activity
2710:  * [new branch]            mna-fix-failing-tests       -> origin/mna-fix-failing-tests
2711:  * [new branch]            mna-fix-flaky-integration-test -> origin/mna-fix-flaky-integration-test
2712:  * [new branch]            mna-fix-oom-fleetctl-test   -> origin/mna-fix-oom-fleetctl-test
2713:  * [new branch]            mna-loadtest-enroll-host-limit -> origin/mna-loadtest-enroll-host-limit
2714:  * [new branch]            mna-orbit-node-key          -> origin/mna-orbit-node-key
2715:  * [new branch]            mna-revert-change-to-autogenerated-activities-doc -> origin/mna-revert-change-to-autogenerated-activities-doc
2716:  * [new branch]            mna-temp-osquery-perf-loadtest -> origin/mna-temp-osquery-perf-loadtest
2717:  * [new branch]            mna11997                    -> origin/mna11997
2718:  * [new branch]            mock-associate-assets-endpoint -> origin/mock-associate-assets-endpoint
2719:  * [new branch]            monitoring-test             -> origin/monitoring-test
2720:  * [new branch]            more-conditional-access-api-updates -> origin/more-conditional-access-api-updates
2721:  * [new branch]            more-fd-errors              -> origin/more-fd-errors
2722:  * [new branch]            move-conditional-access-script-to-testing-qa -> origin/move-conditional-access-script-to-testing-qa
...

3269:  * [new branch]            sgress454/35376             -> origin/sgress454/35376
3270:  * [new branch]            sgress454/35452             -> origin/sgress454/35452
3271:  * [new branch]            sgress454/37127-open-macos-end-user-auth-window -> origin/sgress454/37127-open-macos-end-user-auth-window
3272:  * [new branch]            sgress454/38063-skeleton-server -> origin/sgress454/38063-skeleton-server
3273:  * [new branch]            sgress454/39344-rename-teams-to-fleet-all-changes -> origin/sgress454/39344-rename-teams-to-fleet-all-changes
3274:  * [new branch]            sgress454/39344-rename-teams-to-fleet-api-changes -> origin/sgress454/39344-rename-teams-to-fleet-api-changes
3275:  * [new branch]            sgress454/40642-update-jit-saml-prefix -> origin/sgress454/40642-update-jit-saml-prefix
3276:  * [new branch]            sgress454/43482-re-pin      -> origin/sgress454/43482-re-pin
3277:  * [new branch]            sgress454/44077-disable-datasets-backend -> origin/sgress454/44077-disable-datasets-backend
3278:  * [new branch]            sgress454/44077-disable-datasets-docs -> origin/sgress454/44077-disable-datasets-docs
3279:  * [new branch]            sgress454/44077-disable-datasets-frontend -> origin/sgress454/44077-disable-datasets-frontend
3280:  * [new branch]            sgress454/45290-drop-mobile-from-charting -> origin/sgress454/45290-drop-mobile-from-charting
3281:  * [new branch]            sgress454/45368-add-mobile-to-hosts-online -> origin/sgress454/45368-add-mobile-to-hosts-online
3282:  * [new branch]            sgress454/47327-add-vuln-filters-to-gitops -> origin/sgress454/47327-add-vuln-filters-to-gitops
3283:  * [new branch]            sgress454/add-vex-for-cve-2026-23517 -> origin/sgress454/add-vex-for-cve-2026-23517
3284:  * [new branch]            sgress454/adr-for-error-codes -> origin/sgress454/adr-for-error-codes
3285:  * [new branch]            sgress454/adr-refactor-list-hosts -> origin/sgress454/adr-refactor-list-hosts
...

3339:  * [new branch]            solutions-folder            -> origin/solutions-folder
3340:  * [new branch]            sort-seen-hosts-before-inserting -> origin/sort-seen-hosts-before-inserting
3341:  * [new branch]            spalmesano0-patch-2         -> origin/spalmesano0-patch-2
3342:  * [new branch]            sperad-props-documentation  -> origin/sperad-props-documentation
3343:  * [new branch]            spike-fleet-lint-plugin     -> origin/spike-fleet-lint-plugin
3344:  * [new branch]            spike-ui-permissions-pattern -> origin/spike-ui-permissions-pattern
3345:  * [new branch]            spokanemac-add-passcode-ddm-profile -> origin/spokanemac-add-passcode-ddm-profile
3346:  * [new branch]            spokanemac-dogfood-additional-apps -> origin/spokanemac-dogfood-additional-apps
3347:  * [new branch]            spokanemac-handbook-release-article -> origin/spokanemac-handbook-release-article
3348:  * [new branch]            spokanemac-macdevops-conference-post -> origin/spokanemac-macdevops-conference-post
3349:  * [new branch]            spokanemac-meetup-template  -> origin/spokanemac-meetup-template
3350:  * [new branch]            spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws -> origin/spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws
3351:  * [new branch]            spokanemac-release-article-issue-template -> origin/spokanemac-release-article-issue-template
3352:  * [new branch]            ssrf-transport-ip-blocking  -> origin/ssrf-transport-ip-blocking
3353:  * [new branch]            step4-improvements          -> origin/step4-improvements
3354:  * [new branch]            store-query-execution-and-ingestion-errors -> origin/store-query-execution-and-ingestion-errors
3355:  * [new branch]            support-breaking-osquery-downgrades -> origin/support-breaking-osquery-downgrades
...

3425:  * [new branch]            unauth-installers           -> origin/unauth-installers
3426:  * [new branch]            uniform-brex-spending-limit -> origin/uniform-brex-spending-limit
3427:  * [new branch]            untx-software               -> origin/untx-software
3428:  * [new branch]            upcoming-activities-mdm-commands -> origin/upcoming-activities-mdm-commands
3429:  * [new branch]            upcoming-commands           -> origin/upcoming-commands
3430:  * [new branch]            update-1password-and-safari-policy-versions-2601200025 -> origin/update-1password-and-safari-policy-versions-2601200025
3431:  * [new branch]            update-1password-and-safari-policy-versions-2601200610 -> origin/update-1password-and-safari-policy-versions-2601200610
3432:  * [new branch]            update-1password-and-safari-policy-versions-2602261818 -> origin/update-1password-and-safari-policy-versions-2602261818
3433:  * [new branch]            update-1password-and-safari-policy-versions-2603101819 -> origin/update-1password-and-safari-policy-versions-2603101819
3434:  * [new branch]            update-1password-and-safari-policy-versions-2604080037 -> origin/update-1password-and-safari-policy-versions-2604080037
3435:  * [new branch]            update-1password-and-safari-policy-versions-2604080637 -> origin/update-1password-and-safari-policy-versions-2604080637
3436:  * [new branch]            update-Cloudflare-WARP-FMA-with-UpgradeCode -> origin/update-Cloudflare-WARP-FMA-with-UpgradeCode
3437:  * [new branch]            update-article-format       -> origin/update-article-format
3438:  * [new branch]            update-bug-report-template  -> origin/update-bug-report-template
3439:  * [new branch]            update-build-instructions   -> origin/update-build-instructions
3440:  * [new branch]            update-build-script-error-message -> origin/update-build-script-error-message
3441:  * [new branch]            update-cancel-and-done-links -> origin/update-cancel-and-done-links
...

3516:  * [new branch]            update-santa-rules-chrome   -> origin/update-santa-rules-chrome
3517:  * [new branch]            update-solutions-folder     -> origin/update-solutions-folder
3518:  * [new branch]            update-testing-qa-apps-2511191525 -> origin/update-testing-qa-apps-2511191525
3519:  * [new branch]            update-tuf-keys             -> origin/update-tuf-keys
3520:  * [new branch]            update-tuf-md               -> origin/update-tuf-md
3521:  * [new branch]            update-usage-statistics-mobile-devices -> origin/update-usage-statistics-mobile-devices
3522:  * [new branch]            update-user-password-length-validation-test -> origin/update-user-password-length-validation-test
3523:  * [new branch]            update-vex-statements       -> origin/update-vex-statements
3524:  * [new branch]            update-why-this-way         -> origin/update-why-this-way
3525:  * [new branch]            upgrade-eslint              -> origin/upgrade-eslint
3526:  * [new branch]            upgrade-go                  -> origin/upgrade-go
3527:  * [new branch]            upgrade-typescript          -> origin/upgrade-typescript
3528:  * [new branch]            upload-msiexec-install-log  -> origin/upload-msiexec-install-log
3529:  * [new branch]            usage-stats-mobile-devices-count -> origin/usage-stats-mobile-devices-count
3530:  * [new branch]            use-dockerhub-creds         -> origin/use-dockerhub-creds
3531:  * [new branch]            user-channel-error          -> origin/user-channel-error
3532:  * [new branch]            users-fleets-tooltips       -> origin/users-fleets-tooltips
...

3680:  * [new branch]            wesite-fix-sales-rituals    -> origin/wesite-fix-sales-rituals
3681:  * [new branch]            willmayhone88-patch-1       -> origin/willmayhone88-patch-1
3682:  * [new branch]            win-fma-deepl               -> origin/win-fma-deepl
3683:  * [new branch]            win-fma-evernote            -> origin/win-fma-evernote
3684:  * [new branch]            win-fma-goland              -> origin/win-fma-goland
3685:  * [new branch]            win-fma-testing             -> origin/win-fma-testing
3686:  * [new branch]            win-fma-vnc-apps            -> origin/win-fma-vnc-apps
3687:  * [new branch]            win-mdm-loadtest            -> origin/win-mdm-loadtest
3688:  * [new branch]            windows-baseline            -> origin/windows-baseline
3689:  * [new branch]            windows-end-user-experience-labels -> origin/windows-end-user-experience-labels
3690:  * [new branch]            windows-firefox-doh-script  -> origin/windows-firefox-doh-script
3691:  * [new branch]            windows-mdm-autopilot       -> origin/windows-mdm-autopilot
3692:  * [new branch]            windows-mdm-c-poc           -> origin/windows-mdm-c-poc
3693:  * [new branch]            windows-mdm-docs-auto-enroll -> origin/windows-mdm-docs-auto-enroll
3694:  * [new branch]            windows-mdm-load-test       -> origin/windows-mdm-load-test
3695:  * [new branch]            windows_enable_and_configure-error-message -> origin/windows_enable_and_configure-error-message
3696:  * [new branch]            workstations-to-use-edge-channels -> origin/workstations-to-use-edge-channels
...

3704:  * [new branch]            zayhanlon-patch-1           -> origin/zayhanlon-patch-1
3705:  * [new branch]            zenity-execuser             -> origin/zenity-execuser
3706:  * [new branch]            zhumo-patch-1               -> origin/zhumo-patch-1
3707:  * [new branch]            zhumo-patch-2               -> origin/zhumo-patch-2
3708:  * [new branch]            zhumo-patch-3               -> origin/zhumo-patch-3
3709:  * [new branch]            zhumo-patch-4               -> origin/zhumo-patch-4
3710:  * [new branch]            zhumo-patch-5               -> origin/zhumo-patch-5
3711:  * [new branch]            zhumo-patch-6               -> origin/zhumo-patch-6
3712:  * [new branch]            zhumo-patch-7               -> origin/zhumo-patch-7
3713:  * [new branch]            zwass-actions-reminders     -> origin/zwass-actions-reminders
3714:  * [new branch]            zwass-improve-macos-cpe     -> origin/zwass-improve-macos-cpe
3715:  * [new branch]            zwass-patch-1               -> origin/zwass-patch-1
3716:  * [new branch]            zwass-patch-2               -> origin/zwass-patch-2
3717:  * [new branch]            zwinnerman-fixup            -> origin/zwinnerman-fixup
3718:  * [new branch]            zwinnerman-livequery-tracing -> origin/zwinnerman-livequery-tracing
3719:  * [new branch]            zwinnerman-redis-error-handling -> origin/zwinnerman-redis-error-handling
3720:  * [new branch]            zwinnerman-test             -> origin/zwinnerman-test
...

4444:  ##[group]Run actions/setup-go@4b73**********************************17
4445:  with:
4446:  go-version-file: fleet/go.mod
4447:  check-latest: false
4448:  token: ***
4449:  cache: true
4450:  env:
4451:  GH_TOKEN: ***
4452:  LOG_LEVEL: info
4453:  ##[endgroup]
4454:  Setup go version spec 1.26.4
4455:  Attempting to download 1.26.4...
4456:  matching 1.26.4...
4457:  Acquiring 1.26.4 from https://github.com/actions/go-versions/releases/download/1.26.4-26891772857/go-1.26.4-win32-x64.zip
4458:  Extracting Go...
4459:  [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\go-1.26.4-win32-x64.zip', 'D:\a\_temp\84c13e25-be8a-4f07-9018-98a15ead8101', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\go-1.26.4-win32-x64.zip' -DestinationPath 'D:\a\_temp\84c13e25-be8a-4f07-9018-98a15ead8101' -Force } else { throw $_ } } ;"
4460:  Successfully extracted go to D:\a\_temp\84c13e25-be8a-4f07-9018-98a15ead8101
4461:  Adding to the cache ...
4462:  Created link C:\hostedtoolcache\windows\go\1.26.4\x64 => D:\hostedtoolcache\windows\go\1.26.4\x64
4463:  Created link C:\hostedtoolcache\windows\go\1.26.4\x64.complete => D:\hostedtoolcache\windows\go\1.26.4\x64.complete
4464:  Successfully cached go to C:\hostedtoolcache\windows\go\1.26.4\x64
4465:  Added go to the path
4466:  Successfully set up Go version 1.26.4
4467:  [command]C:\hostedtoolcache\windows\go\1.26.4\x64\bin\go.exe env GOCACHE
4468:  [command]C:\hostedtoolcache\windows\go\1.26.4\x64\bin\go.exe env GOMODCACHE
4469:  C:\Users\runneradmin\AppData\Local\go-build
4470:  C:\Users\runneradmin\go\pkg\mod
4471:  ##[warning]Restore cache failed: Dependencies file is not found in D:\a\fleet\fleet. Supported file pattern: go.mod
4472:  go version go1.26.4 windows/amd64
...

4566:  - darktable/darwin
4567:  - darktable/windows
4568:  - dbeaver-community/darwin
4569:  - dockside/darwin
4570:  - drawio/windows
4571:  - input-source-pro/darwin
4572:  - kiro/darwin
4573:  - onedrive/windows
4574:  - opencode-desktop/darwin
4575:  - postman/windows
4576:  - rustdesk/darwin
4577:  - stats/darwin
4578:  - visual-studio-code/windows
4579:  - vnc-viewer/windows
4580:  - webcatalog/darwin
4581:  ##[group]Run # Default to no changes if detection step failed or didn't set output
4582:  �[36;1m# Default to no changes if detection step failed or didn't set output�[0m
4583:  �[36;1m$hasChanges = "true"�[0m
...

4748:  �[36;1mWrite-Host "Filtering apps.json for slugs: $windowsSlugsJson"�[0m
4749:  �[36;1m�[0m
4750:  �[36;1m$windowsSlugsFile = Join-Path $env:TEMP "windows-slugs-$(New-Guid).json"�[0m
4751:  �[36;1mSet-Content -Path $windowsSlugsFile -Value $windowsSlugsJson -Encoding ascii -NoNewline�[0m
4752:  �[36;1m# Use forward slashes so Git Bash reads the path reliably (it reads this arg as a file).�[0m
4753:  �[36;1m$windowsSlugsFileForBash = $windowsSlugsFile -replace '\\', '/'�[0m
4754:  �[36;1m�[0m
4755:  �[36;1m# Backup original apps.json�[0m
4756:  �[36;1mCopy-Item -Path "ee\maintained-apps\outputs\apps.json" -Destination "ee\maintained-apps\outputs\apps.json.backup"�[0m
4757:  �[36;1m�[0m
4758:  �[36;1m# Create filtered apps.json�[0m
4759:  �[36;1m# Use a fixed path for the temp file to avoid issues with bash�[0m
4760:  �[36;1m$filteredAppsJson = Join-Path $env:TEMP "filtered-apps-$(New-Guid).json"�[0m
4761:  �[36;1mbash .github/scripts/filter-apps-json.sh "$windowsSlugsFileForBash" "$filteredAppsJson"�[0m
4762:  �[36;1mif ($LASTEXITCODE -ne 0) {�[0m
4763:  �[36;1m  Write-Host "Error: filter-apps-json.sh failed with exit code $LASTEXITCODE"�[0m
4764:  �[36;1m  exit 1�[0m
4765:  �[36;1m}�[0m
4766:  �[36;1m�[0m
4767:  �[36;1m# Verify the filtered file was created�[0m
4768:  �[36;1mif (-not (Test-Path $filteredAppsJson)) {�[0m
4769:  �[36;1m  Write-Host "Error: Filtered apps.json was not created at $filteredAppsJson"�[0m
4770:  �[36;1m  exit 1�[0m
...

4875:  go: downloading github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d
4876:  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
4877:  go: downloading golang.org/x/oauth2 v0.35.0
4878:  go: downloading github.com/getsentry/sentry-go v0.18.0
4879:  go: downloading go.elastic.co/apm/v2 v2.7.0
4880:  go: downloading go.opentelemetry.io/otel v1.43.0
4881:  go: downloading go.opentelemetry.io/otel/metric v1.43.0
4882:  go: downloading go.opentelemetry.io/otel/trace v1.43.0
4883:  go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
4884:  go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.8
4885:  go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
4886:  go: downloading github.com/spf13/cobra v1.9.1
4887:  go: downloading github.com/spf13/viper v1.20.1
4888:  go: downloading github.com/go-kit/kit v0.12.0
4889:  go: downloading github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa
4890:  go: downloading github.com/hashicorp/go-multierror v1.1.1
4891:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
4892:  go: downloading github.com/MicahParks/jwkset v0.11.0
4893:  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
4894:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
4895:  go: downloading github.com/mattn/go-isatty v0.0.20
4896:  go: downloading go.opentelemetry.io/otel/sdk v1.43.0
4897:  go: downloading github.com/andygrunwald/go-jira v1.16.0
4898:  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
4899:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
4900:  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
4901:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
4902:  go: downloading gopkg.in/yaml.v2 v2.4.0
4903:  go: downloading github.com/oschwald/maxminddb-golang v1.10.0
4904:  go: downloading github.com/felixge/httpsnoop v1.0.4
4905:  go: downloading github.com/elastic/go-sysinfo v1.11.2
4906:  go: downloading github.com/pkg/errors v0.9.1
4907:  go: downloading go.elastic.co/fastjson v1.1.0
...

4959:  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
4960:  go: downloading gopkg.in/yaml.v3 v3.0.1
4961:  go: downloading github.com/sourcegraph/conc v0.3.0
4962:  go: downloading github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
4963:  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
4964:  go: downloading cloud.google.com/go/iam v1.5.3
4965:  go: downloading go.opencensus.io v0.24.0
4966:  go: downloading golang.org/x/sync v0.20.0
4967:  go: downloading google.golang.org/grpc v1.79.3
4968:  go: downloading google.golang.org/protobuf v1.36.11
4969:  go: downloading github.com/micromdm/nanolib v0.2.0
4970:  go: downloading github.com/nats-io/nkeys v0.4.15
4971:  go: downloading github.com/nats-io/nuid v1.0.1
4972:  go: downloading github.com/go-logfmt/logfmt v0.5.1
4973:  go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
4974:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
4975:  go: downloading github.com/elastic/go-windows v1.0.1
...

4994:  time=level=INFO msg="Executing uninstall script for app..." app="Adobe Acrobat Pro"
4995:  time=level=INFO msg="Looking for app: Adobe Acrobat Pro, version: 26.001.21662" app="Adobe Acrobat Pro"
4996:  time=level=INFO msg="All checks passed for app: Adobe Acrobat Pro (adobe-acrobat-pro/windows)"
4997:  time=level=INFO msg="Validating app: AWS Command Line Interface v2 (aws-cli/windows)"
4998:  time=level=INFO msg=Downloading...
4999:  time=level=INFO msg="Executing install script..." app="AWS Command Line Interface v2"
5000:  time=level=WARN msg="no changes detected in C:\\Program Files directory after running application script." app="AWS Command Line Interface v2"
5001:  time=level=INFO msg="Looking for app: AWS Command Line Interface v2, version: 2.35.9" app="AWS Command Line Interface v2"
5002:  time=level=INFO msg="Found app: 'AWS Command Line Interface v2' at , Version: 2.35.9.0" app="AWS Command Line Interface v2"
5003:  time=level=INFO msg="Executing uninstall script for app..." app="AWS Command Line Interface v2"
5004:  time=level=INFO msg="Looking for app: AWS Command Line Interface v2, version: 2.35.9" app="AWS Command Line Interface v2"
5005:  time=level=INFO msg="All checks passed for app: AWS Command Line Interface v2 (aws-cli/windows)"
5006:  time=level=INFO msg="Validating app: darktable (darktable/windows)"
5007:  time=level=INFO msg=Downloading...
5008:  time=level=INFO msg="Executing install script..." app=darktable
5009:  time=level=ERROR msg="Error executing install script: exit status 1" app=darktable
5010:  time=level=ERROR msg="Output: \n--------------------\n\n--------------------" app=darktable
5011:  time=level=WARN msg="no changes detected in C:\\Program Files directory after running application script." app=darktable
5012:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5013:  time=level=INFO msg="Validating app: draw.io (drawio/windows)"
5014:  time=level=INFO msg=Downloading...
5015:  time=level=INFO msg="Executing install script..." app=draw.io
5016:  time=level=INFO msg="New application detected at: C:\\Program Files\\draw.io" app=draw.io
5017:  time=level=INFO msg="Looking for app: draw.io, version: 30.2.4" app=draw.io
5018:  time=level=INFO msg="Found app: 'draw.io 30.2.4' at , Version: 30.2.4" app=draw.io
5019:  time=level=INFO msg="Executing uninstall script for app..." app=draw.io
5020:  time=level=INFO msg="Looking for app: draw.io, version: 30.2.4" app=draw.io
5021:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5022:  time=level=INFO msg="All checks passed for app: draw.io (drawio/windows)"
5023:  time=level=INFO msg="Validating app: OneDrive (onedrive/windows)"
5024:  time=level=INFO msg=Downloading...
5025:  time=level=INFO msg="Executing install script..." app=OneDrive
5026:  time=level=INFO msg="New application detected at: C:\\Program Files\\Microsoft OneDrive" app=OneDrive
5027:  time=level=INFO msg="Looking for app: OneDrive, version: 26.098.0524.0004" app=OneDrive
5028:  time=level=INFO msg="Found app: 'Microsoft OneDrive' at , Version: 26.098.0524.0004" app=OneDrive
5029:  time=level=INFO msg="Executing uninstall script for app..." app=OneDrive
5030:  time=level=INFO msg="Looking for app: OneDrive, version: 26.098.0524.0004" app=OneDrive
5031:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5032:  time=level=INFO msg="All checks passed for app: OneDrive (onedrive/windows)"
5033:  time=level=INFO msg="Validating app: Postman (postman/windows)"
5034:  time=level=INFO msg=Downloading...
5035:  time=level=INFO msg="Executing install script..." app=Postman
5036:  time=level=WARN msg="no changes detected in C:\\Program Files directory after running application script." app=Postman
5037:  time=level=INFO msg="Looking for app: Postman, version: 12.15.8" app=Postman
5038:  time=level=INFO msg="Found app: 'Postman x64 12.15.8' at C:\\Users\\runneradmin\\AppData\\Local\\Postman, Version: 12.15.8" app=Postman
5039:  time=level=INFO msg="Executing uninstall script for app..." app=Postman
5040:  time=level=INFO msg="Looking for app: Postman, version: 12.15.8" app=Postman
5041:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5042:  time=level=INFO msg="All checks passed for app: Postman (postman/windows)"
5043:  time=level=INFO msg="Validating app: Microsoft Visual Studio Code (visual-studio-code/windows)"
5044:  time=level=INFO msg=Downloading...
5045:  time=level=INFO msg="Executing install script..." app="Microsoft Visual Studio Code"
5046:  time=level=INFO msg="New application detected at: C:\\Program Files\\Microsoft VS Code" app="Microsoft Visual Studio Code"
5047:  time=level=INFO msg="Looking for app: Microsoft Visual Studio Code, version: 1.125.1" app="Microsoft Visual Studio Code"
5048:  time=level=INFO msg="Found app: 'Microsoft Visual Studio Code' at C:\\Program Files\\Microsoft VS Code\\, Version: 1.125.1" app="Microsoft Visual Studio Code"
5049:  time=level=INFO msg="Executing uninstall script for app..." app="Microsoft Visual Studio Code"
5050:  time=level=INFO msg="Looking for app: Microsoft Visual Studio Code, version: 1.125.1" app="Microsoft Visual Studio Code"
5051:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5052:  time=level=INFO msg="All checks passed for app: Microsoft Visual Studio Code (visual-studio-code/windows)"
5053:  time=level=INFO msg="Validating app: VNC Viewer (vnc-viewer/windows)"
5054:  time=level=INFO msg=Downloading...
5055:  time=level=INFO msg="Executing install script..." app="VNC Viewer"
5056:  time=level=ERROR msg="Error executing install script: exit status 1" app="VNC Viewer"
5057:  time=level=ERROR msg="Output: \n--------------------\nError: 64-bit MSI not found under C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\RealVNCViewerInstall\n\n--------------------" app="VNC Viewer"
5058:  time=level=WARN msg="no changes detected in C:\\Program Files directory after running application script." app="VNC Viewer"
5059:  time=level=WARN msg="failed to remove darktable-5.6.0-win64.exe: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5060:  time=level=WARN msg="Some apps were validated with warnings: [AWS Command Line Interface v2 Postman]"
5061:  time=level=INFO msg="Validated 6 out of 8 apps successfully."
5062:  time=level=INFO msg="Apps with errors: [darktable VNC Viewer]"
5063:  time=level=ERROR msg="warning failed to remove temporary directory: unlinkat C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fma-validate-2178560793\\darktable-5.6.0-win64.exe: The process cannot access the file because it is being used by another process."
5064:  exit status 1
5065:  ##[error]Process completed with exit code 1.
5066:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
...

5073:  [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\fleet\fleet\fleet
5074:  [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
5075:  [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
5076:  [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
5077:  [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
5078:  Post job cleanup.
5079:  [harden-runner] post-step
5080:  stopping windows agent process...
5081:  agent PID from file: 3032
5082:  stopping agent process (PID: 3032)...
5083:  agent process stopped gracefully
5084:  PID file cleaned up
5085:  agent log:
5086:  time=level=INFO msg="[buildInfo] name=AgentWindows branch=HEAD tag=v1.0.2 commit=28f1**********************************cc"
5087:  time=level=INFO msg="GithubHeartBeatManager started"
5088:  time=level=INFO msg="Error Sending runner status Started: API call error, status code: 400"
5089:  {"time":"2026-06-21T20:31:32.052Z","level":"info","component":"session","session":"SS-User-6401206c-e20f-43cf-99be-24942fe5a137","Handle":32,"BufferSizeKB":64,"MinBuffers":8,"MaxBuffers":30,"message":"Session started"}
...

5213:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5214:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5215:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5216:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5217:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5218:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5219:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5220:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5221:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5222:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5223:  time=level=WARN msg="pid reused" pid=8792 exe=CompatTelRunner.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=8792 exe=CompatTelRunner.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="pid reused" pid=8300 exe=wsl.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=8300 exe=wsl.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="pid reused" pid=4084 exe=wsl.exe existingExe=asm.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=4084 exe=wsl.exe existingExe=asm.exe existingStartTime=time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5224:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5225:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5226:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5227:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5228:  time=level=INFO msg="Error Sending runner status Alive: API call error, status code: 400"
5229:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
...

5332:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5333:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5334:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5335:  time=level=WARN msg="pid reused" pid=9416 exe=wsl.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=9416 exe=wsl.exe existingExe=compile.exe existingStartTime=time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5336:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5337:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5338:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5339:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5340:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5341:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5342:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5343:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5344:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5345:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5346:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5347:  time=level=WARN msg="pid reused" pid=7012 exe=osqueryi.exe existingExe=jq.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=7012 exe=osqueryi.exe existingExe=jq.exe existingStartTime=time=level=WARN msg="pid reused" pid=8668 exe=powershell.exe existingExe=asm.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=8668 exe=powershell.exe existingExe=asm.exe existingStartTime=time=level=WARN msg="pid reused" pid=10080 exe=msiexec.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=10080 exe=msiexec.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="pid reused" pid=7108 exe=wsl.exe existingExe=rundll32.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=7108 exe=wsl.exe existingExe=rundll32.exe existingStartTime=time=level=INFO msg="Error Sending runner status Alive: API call error, status code: 400"
5348:  time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
...

5459:  time=level=WARN msg="pid reused" pid=8008 exe=cmd.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=8008 exe=cmd.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="pid reused" pid=3268 exe=conhost.exe existingExe=link.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=3268 exe=conhost.exe existingExe=link.exe existingStartTime=time=level=WARN msg="pid reused" pid=6636 exe=cmd.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=6636 exe=cmd.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="pid reused" pid=4140 exe=conhost.exe existingExe=asm.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=4140 exe=conhost.exe existingExe=asm.exe existingStartTime=time=level=WARN msg="pid reused" pid=6692 exe=RunCommandExtension.exe existingExe=compile.exe existingStartTime=time=level=WARN msg="existing process not stopped, resetting it" pid=6692 exe=RunCommandExtension.exe existingExe=compile.exe existingStartTime=time=level=INFO msg="Desnation IP is Ignored" destAddr=168.63.129.16 event_header=12
5460:  time=level=WARN msg="pid reused" pid=5116 ex...

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #47979.

@github-actions github-actions Bot closed this Jun 22, 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