Enact some security improvements that I'd missed in previous rounds.

For each project, that includes some subset of:

- `zizmor` fixes (this time for [excessive permissions](https://docs.zizmor.sh/audits/#excessive-permissions)): compare https://github.com/google/truth/commit/18fafefc293fd624a5291cda8da42356401650eb (or cl/957369925 for excessive permissions specifically)
- migration off `styfle/cancel-workflow-action` (which requires write permissions): compare https://github.com/google/truth/commit/b86519588092536e8e7ab3ada74d0b35836e07d2
  - Relatedly, set up cancellation for bazel_common using the replacement we're using elsewhere (`concurrency`), since bazel_common didn't have cancellation set up at all yet.
- Dependabot `cooldown`: compare https://github.com/google/truth/commit/9521113e85eb9148af9873a5541f8f93f673cc97

RELNOTES=n/a
PiperOrigin-RevId: 958410064
1 file changed
tree: 8ce17e0a9153139739044a759c60b0f9033cd7ff
  1. .github/
  2. core/
  3. extensions/
  4. javadoc-link/
  5. refactorings/
  6. util/
  7. .gitignore
  8. CONTRIBUTING.md
  9. LICENSE
  10. overview.html
  11. pom.xml
  12. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.

Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.

Read more at the main website.