Skip to content

Releases: world-federation-of-advertisers/actions

v1.6.1: Add missing @actions/artifact dependency. (#17)

12 Jan 17:12
eb9ce0a
Compare
Choose a tag to compare
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)

20 Oct 16:17
9c5f529
Compare
Choose a tag to compare
This also adds SHA256 verification for all linters.

v1.5.0: Save Bazel workspace cache only on specified workflow events. (#15)

29 Sep 18:17
4fab592
Compare
Choose a tag to compare
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

09 Aug 23:06
12b48ab
Compare
Choose a tag to compare
Update ktfmt to v0.27. (#14)

v1.4.1

29 Apr 16:42
fb28545
Compare
Choose a tag to compare
Warn rather than fail on ReserveCacheError in setup-linters action. (…

v1.4.0

20 Apr 19:23
129712e
Compare
Choose a tag to compare
Run ktfmt in lint action. (#11)

v1.3.0: Add lint composite run steps action. (#10)

24 Mar 22:59
1d8f3e8
Compare
Choose a tag to compare
This allows the lint steps to be reused.

v1.2.1

17 Mar 17:22
4bbe210
Compare
Choose a tag to compare
Fix restore key not being a prefix of cache key. (#9)

v1.2.0: Add cache-version input to bazel-build-test action. (#8)

11 Mar 20:41
6243a81
Compare
Choose a tag to compare
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

v1.1.0

11 Mar 00:22
Compare
Choose a tag to compare
Add target-patterns to bazel-built-test action. (#7)