Update 1Password macOS version number to 8.11.8 (#32337)

This commit is contained in:
Allen Houchins 2025-08-26 19:51:53 -05:00 committed by GitHub
parent 249e4e86c2
commit 2940b03502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
- name: macOS - 1Password up to date
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app') OR EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.11.6') >= 0);
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app') OR EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.11.8') >= 0);
critical: false
description: The host may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
resolution: Check for updates using 1Password's built-in update functionality or download the latest version from self-service.