Skip to content

Conversation

@ianbotsf
Copy link
Contributor

@ianbotsf ianbotsf commented Mar 5, 2025

Issue #, if available:

(none)

Description of changes:

Previously, the emit-metrics action attempted to verify kat was installed by executing which kat but, unfortunately, which is not installed on GH action runners by default and installing it is unnecessary overhead. Thus, replaced that check with a simple kat version which will achieve the same outcome without relying on which.

Also updated the setup-kat action to emit more information about paths (should assist in future debugging) and to silence the AWS CLI progress meter (which is less useful in headless environments anyway).

Also upgraded our invocations of actions/cache@v2 to v4 since v2 is now EOL.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ianbotsf ianbotsf requested a review from a team March 5, 2025 23:27
@ianbotsf ianbotsf merged commit a952cd3 into main Mar 6, 2025
5 checks passed
@ianbotsf ianbotsf deleted the chore-improve-metrics-kat-integration branch March 6, 2025 16:19
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.

3 participants