Update update-slack.yml (#25868)

Updated version string info
This commit is contained in:
Allen Houchins 2025-01-29 14:00:51 -06:00 committed by GitHub
parent 9740ff7d23
commit 87f58e9e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
- name: macOS - Slack up to date
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.42.116') >= 0);
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.42.115') >= 0);
critical: false
description: The host may be running an outdated version of Slack, which could pose security vulnerabilities or compatibility issues.
resolution: Slack can be updated by downloading the latest version from the App Store or by using Slack's built-in update functionality.