[tracer] Fix action suppression

The previous error suppression in https://crrev.com/c/2662398 was not
sufficient to disable action tracing (see
https://fuchsia.dev/fuchsia-src/development/build/hermetic_actions?hl=en)

Bug: fuchsia:68780
Change-Id: I038a001cf4d8fd06d9addd700eb966a5141e9757
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2668015
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
GitOrigin-RevId: 1f28ee77ef27e462864a19bd899853cc54f9dcbf
diff --git a/util/BUILD.gn b/util/BUILD.gn
index 58f8ff3..f51f0b9 100644
--- a/util/BUILD.gn
+++ b/util/BUILD.gn
@@ -38,6 +38,7 @@
     if (crashpad_is_in_fuchsia) {
       # TODO(https://fxbug.dev/68780): Remove suppression when fixed.
       hermetic_deps = false
+      all_outputs_fresh = false
     }
 
     if (crashpad_is_mac) {