Andy Wilkinson
820b42cbcb
Update PR workflow to use shared build action
...
Closes gh-42573
2024-10-10 10:04:09 +01:00
Stéphane Nicoll
20b3e6120d
Apply conventions to existing Actions and Workflows
...
This commit applies the conventions that we documented on our wiki, see
https://github.com/spring-projects/spring-boot/wiki/GitHub-Actions .
In no particular order this:
* Use consistent single quotes for descriptions
* Order elements in a predictable order. In particular, inputs, outputs,
and environment variables are ordered alphabetically
Closes gh-42512
2024-10-04 15:18:18 +02:00
Phillip Webb
c3b8337638
Unify commercial and OSS workflows
...
See gh-42333
2024-10-01 15:27:07 -07:00
Phillip Webb
cad5dd2b85
Use variables for runs-on settings
...
See gh-42333
2024-09-17 12:25:54 -07:00
dependabot[bot]
6f535adb47
Bump gradle/actions from 4.0.1 to 4.1.0
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/16bf8bc8fe830fa669c3c9f914d3eb147c629707...d156388eb19639ec20ade50009f3d199ce1e2808 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-42331
2024-09-17 09:16:59 +02:00
dependabot[bot]
cc432f9611
Bump gradle/actions from 4.0.0 to 4.0.1
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/af1da67850ed9a4cedd57bfd976089dd991e2582...16bf8bc8fe830fa669c3c9f914d3eb147c629707 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-42090
2024-09-04 08:41:44 +01:00
dependabot[bot]
fca989c792
Bump gradle/actions from 3.5.0 to 4.0.0
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/d9c87d481d55275bb5441eef3fe0e46805f9ef70...af1da67850ed9a4cedd57bfd976089dd991e2582 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-41832
2024-08-13 07:40:31 +02:00
dependabot[bot]
58c124aa65
Bump gradle/actions from 3.4.2 to 3.5.0
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/dbbdc275be76ac10734476cc723d82dfe7ec6eda...d9c87d481d55275bb5441eef3fe0e46805f9ef70 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-16 07:56:41 +02:00
dependabot[bot]
52718b8a8c
Bump gradle/actions from 3.4.1 to 3.4.2
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/31ae3562f68c96d481c31bc1a8a55cc1be162f83...dbbdc275be76ac10734476cc723d82dfe7ec6eda )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-41139
2024-06-18 08:46:40 +01:00
Andy Wilkinson
2bbeb7e78c
Upgrade to Gradle Actions 3.4.1
...
Closes gh-41119
2024-06-17 09:30:53 +01:00
Andy Wilkinson
90aae5a0b7
Use ubuntu-latest GitHub Actions runner for Linux builds
...
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.
Closes gh-40705
2024-05-13 12:08:15 +01:00
Phillip Webb
101b3a5416
Use OSS self hosted runners
...
Closes gh-40683
2024-05-09 12:00:28 -07:00
dependabot[bot]
202ebd3a10
Bump gradle/actions from 3.3.1 to 3.3.2
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](https://github.com/gradle/actions/compare/750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c...db19848a5fa7950289d3668fb053140cf3028d43 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-40575
2024-04-30 12:19:15 +02:00
dependabot[bot]
15caacf327
Bump gradle/actions from 3.3.0 to 3.3.1
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-40477
2024-04-23 09:02:42 +01:00
Andy Wilkinson
ece2c683c6
Polish "Upgrade to gradle/actions 3.3.0"
...
See gh-40358
2024-04-16 09:33:33 +01:00
dependabot[bot]
b3db9204d9
Upgrade to gradle/actions 3.3.0
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-40358
2024-04-16 09:27:27 +01:00
Andy Wilkinson
d8c57810e2
Polish "Upgrade to gradle/actions 3.2.1"
...
See gh-40219
2024-04-10 09:21:19 +01:00
dependabot[bot]
513b22cac0
Upgrade to gradle/actions 3.2.1
...
See gh-40219
2024-04-10 09:20:57 +01:00
Phillip Webb
012872b1f3
Polish GitHub action names and formatting
2024-03-27 12:37:13 -07:00
Phillip Webb
c158eb258f
Polish GitHub action names and formatting
2024-03-27 11:41:54 -07:00
dependabot[bot]
3d2eedfa16
Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/699bb18358f12c5b78b37bb0111d3a0e2276e0e2...b231772637bb498f11fdbc86052b6e8a8dc9fc92 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-40106
2024-03-27 09:14:56 +01:00
Moritz Halbritter
dc15cfc003
Migrate to gradle/actions/setup-gradle
...
Closes gh-39645
2024-02-21 10:20:51 +01:00
dependabot[bot]
441a012556
Bump gradle/gradle-build-action from 3.0.0 to 3.1.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/3b1b3b9a2104c2b47fbae53f3938079c00c9bb87...29c0906b64b8fc82467890bfb7a0a7ef34bda89e )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-39626
2024-02-20 14:39:09 +01:00
dependabot[bot]
144ed54d56
Bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/27152f6fa06a6b8062ef7195c795692e51fc2c81...699bb18358f12c5b78b37bb0111d3a0e2276e0e2 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-39528
2024-02-14 15:01:55 +01:00
Moritz Halbritter
c22c5b62bb
Polish "Bump gradle/wrapper-validation-action from 1 to 2"
...
See gh-39406
2024-02-06 13:03:37 +01:00
dependabot[bot]
bc7ef7205e
Bump gradle/wrapper-validation-action from 1 to 2
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-39406
2024-02-06 13:02:22 +01:00
dependabot[bot]
0abd9db439
Bump gradle/gradle-build-action from 2.12.0 to 3.0.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.12.0 to 3.0.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/a8f75513eafdebd8141bd1cd4e30fcd194af8dfa...3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-39407
2024-02-06 12:59:34 +01:00
dependabot[bot]
6eaabaa433
Bump gradle/gradle-build-action from 2.11.1 to 2.12.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/982da8e78c05368c70dac0351bb82647a9e9a5d2...a8f75513eafdebd8141bd1cd4e30fcd194af8dfa )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-39329
2024-01-30 13:44:53 +01:00
dependabot[bot]
bb474b4db2
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-38855
2024-01-03 14:05:33 +00:00
dependabot[bot]
6c6ddd11c4
Bump gradle/gradle-build-action from 2.10.0 to 2.11.1
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6...982da8e78c05368c70dac0351bb82647a9e9a5d2 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-38928
2024-01-03 13:54:31 +00:00
dependabot[bot]
b0c1db47a8
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-38649
2023-12-05 11:35:09 +01:00
dependabot[bot]
e304048668
Bump gradle/gradle-build-action from 2.9.0 to 2.10.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/842c587ad8aa4c68eeba24c396e15af4c2e9f30a...87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-38573
2023-11-28 11:38:28 +01:00
Moritz Halbritter
8dda0a95d8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37687
2023-10-04 10:41:36 +02:00
dependabot[bot]
2c2e224602
Update gradle/gradle-build-action to 2.9.0
...
See gh-37651
2023-10-04 10:39:13 +02:00
Andy Wilkinson
c6abf888cc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37591
2023-09-27 09:18:00 +01:00
Chris Bono
3f1e8d65e6
Use larger runner for PR workflow
...
See gh-37578
2023-09-27 09:17:18 +01:00
Andy Wilkinson
e74f681f23
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37581
2023-09-26 12:35:38 +01:00
dependabot[bot]
6b9a952278
Bump gradle/gradle-build-action from 2.8.0 to 2.8.1
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc...b5126f31dbc19dd434c3269bf8c28c315e121da2 )
See gh-37577
2023-09-26 12:34:52 +01:00
Moritz Halbritter
ec06acab36
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37203
2023-09-06 14:36:15 +02:00
dependabot[bot]
ca2cafe638
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-37187
2023-09-06 14:35:31 +02:00
Andy Wilkinson
6fcc9f4b21
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37133
2023-08-30 11:28:37 +01:00
dependabot[bot]
7d18b0e01b
Bump gradle/gradle-build-action from 2.7.1 to 2.8.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/243af859f8ca30903d9d7f7936897ca0358ba691...ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-37120
2023-08-30 11:27:57 +01:00
Stephane Nicoll
19914554ad
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37065
2023-08-22 10:53:55 +02:00
dependabot[bot]
cd1e0e29c7
Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/a4cf152f482c7ca97ef56ead29bf08bcd953284c...243af859f8ca30903d9d7f7936897ca0358ba691 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-37047
2023-08-22 10:51:22 +02:00
Andy Wilkinson
cf5e81f613
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36569
2023-07-25 15:21:58 +01:00
dependabot[bot]
8f30e27aba
Upgrade to gradle/gradle-build-action 2.7.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/bd5760595778326ba7f1441bcf7e88b49de61a25...a4cf152f482c7ca97ef56ead29bf08bcd953284c )
Signed-off-by: dependabot[bot] <support@github.com >
See gh-36537
2023-07-25 15:20:32 +01:00
Andy Wilkinson
3f45997e26
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36561
2023-07-25 13:12:42 +01:00
Andy Wilkinson
637e190e76
Upload build reports if and only if build has failed
...
Closes gh-36558
2023-07-25 13:11:37 +01:00
Andy Wilkinson
b67978bc10
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36318
2023-07-11 13:35:16 +01:00
dependabot[bot]
365f524ea2
Update to gradle-build-action 2.6.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/40b6781dcdec2762ad36556682ac74e31030cfe2...bd5760595778326ba7f1441bcf7e88b49de61a25 )
See gh-36303
2023-07-11 13:34:31 +01:00