Releases: world-federation-of-advertisers/actions
Releases · world-federation-of-advertisers/actions
v1.6.1: Add missing @actions/artifact dependency. (#17)
This should fix errors with test log uploading for the bazel-build-test action.
v1.6.0: setup-linters: Update addlicense to v1.0.0 release. (#16)
This also adds SHA256 verification for all linters.
v1.5.0: Save Bazel workspace cache only on specified workflow events. (#15)
This is a mitigation for cache entries that are close to the GitHub Actions cache size limit. In particular, this can avoid the case where the cache entry for the default branch gets evicted by saving a cache entry for a pull request. That case can lead to cache misses, as GitHub actions only restores cache entries from the current branch or the default branch.
v1.4.2
v1.4.1
v1.4.0
v1.3.0: Add lint composite run steps action. (#10)
This allows the lint steps to be reused.
v1.2.1
v1.2.0: Add cache-version input to bazel-build-test action. (#8)
This allows for manually invalidating prior cache results when there are incompatible changes that Bazel doesn't handle. For example, changing the C++ compiler version. See https://github.com/bazelbuild/bazel/issues/4558