Commit graph

10 commits

Author SHA1 Message Date
Christoph Atteneder
ce76389402
Merge pull request #5948 from bisq-network/dependabot/github_actions/actions/setup-java-2.5.0
Bump actions/setup-java from 2.4.0 to 2.5.0
2022-01-03 12:49:55 +01:00
dependabot[bot]
df5a062040
Bump actions/setup-java from 2.4.0 to 2.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](5f00602cd1...f0bb916062)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 10:56:02 +00:00
dependabot[bot]
01c64d2394
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1e204e9a92...ec3a7ce113)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 10:55:58 +00:00
Daniel Bast
32ddd4dbf9
Use Github actions via sha1 (not tags) and keep them updated via dependabot
Tags are mutable and can change unexpectedly. Referencing actions via sha1
is more secure in that regard. Dependabot helps to automatically update to
newer versions.
2021-12-30 09:55:40 +01:00
Christoph Atteneder
55fc413ee0
Print dependency report if failure 2021-11-25 10:50:04 +01:00
Christoph Atteneder
9836c0fac2
Remove gradle cache 2021-11-25 10:50:04 +01:00
Christoph Atteneder
7727776453
Add official Java 15 support 2021-11-25 10:50:03 +01:00
cd2357
17f3341552
GitHub build: Cache gradle dependencies
Enable gradle cache to speed up builds and become less affected by various public repository issues.
2021-11-03 14:23:08 +01:00
Geertjan Wielenga
b5db6b21b2
Adopt is no more, long live Zulu! 2021-08-28 23:51:44 +02:00
Maxim Belkin
748efaef2d
.github/workflows/build.yml: new GitHub Action 2021-04-10 18:39:54 -05:00