Phillip Webb
18595e557b
Trigger docs build with specific SHA
...
Closes gh-44204
2 weeks ago
Andy Wilkinson
780b412415
Upgrade to actions/checkout@v6
...
Closes gh-48267
3 weeks ago
Andy Wilkinson
0a847d2ce3
Upgrade to Artifactory Deploy Action 0.0.4
...
Closes gh-47936
1 month ago
Andy Wilkinson
bb4d65499f
Try 0.0.4-SNAPSHOT of artifactory-deploy-action
...
See gh-47936
1 month ago
Stéphane Nicoll
8b4087ce4c
Revert "Merge pull request #47920 from dependabot[bot]"
...
This reverts commit c3972a9083 , reversing
changes made to 631711f2e6 .
See gh-47920
1 month ago
dependabot[bot]
b47011526c
Bump spring-io/artifactory-deploy-action from 0.0.2 to 0.0.3
...
Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action ) from 0.0.2 to 0.0.3.
- [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases )
- [Commits](dc1913008c...e7d40377cd )
---
updated-dependencies:
- dependency-name: spring-io/artifactory-deploy-action
dependency-version: 0.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-47920
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Moritz Halbritter
500fbec456
Use Java 25 in CI by default
...
See gh-47283
2 months ago
dependabot[bot]
ce1c75d74a
Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
See gh-46787
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Moritz Halbritter
9e6645e437
Fix notification name
...
./.github/actions/build uses Java 24 by default.
5 months ago
Andy Wilkinson
6ac842b3e8
Configure workflow permissions and enable CodeQL analysis
6 months ago
Andy Wilkinson
389d8874dc
Parameterize the repository where the docs build is triggered
...
Closes gh-46190
6 months ago
Andy Wilkinson
d558c6adfa
Prepare the 3.5.x branch
6 months ago
Andy Wilkinson
4882c3707b
Update main to replace 4.0.x branch
6 months ago
Andy Wilkinson
af220127d0
Prepare 4.0.x branch
7 months ago
Phillip Webb
e28e215bdd
Add 'workflow_dispatch:' for manual trigger
8 months ago
Stéphane Nicoll
b8b3df0b60
Use github.ref_name for building snapshots
...
Closes gh-42866
11 months ago
Andy Wilkinson
ec75474abf
Prepare 3.4.x branch
12 months ago
Andy Wilkinson
214e0281a9
Start work on Spring Boot 3.5
12 months ago
dependabot[bot]
1c64a40b92
Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2
...
Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action ) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases )
- [Commits](26bbe925a7...dc1913008c )
---
updated-dependencies:
- dependency-name: spring-io/artifactory-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-43285
1 year ago
Andy Wilkinson
c36d307f6a
Correct snapshot repository name for publishing commercial builds
...
Closes gh-43250
1 year ago
Moritz Halbritter
c2bb3586c8
Use spring-boot-3.4.x as build name
...
See gh-42866
1 year ago
Moritz Halbritter
83a3212e98
Use github.ref_name when deploying snapshots
...
See gh-42808
1 year ago
Moritz Halbritter
76cfc57b35
Use steps.build-and-publish.outputs.version instead of github.ref_name
...
Closes gh-42808
1 year ago
Andy Wilkinson
820b42cbcb
Update PR workflow to use shared build action
...
Closes gh-42573
1 year ago
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
1 year ago
Phillip Webb
c3b8337638
Unify commercial and OSS workflows
...
See gh-42333
1 year ago
Phillip Webb
03d795f9bc
Add commercial repository references to CI
...
See gh-42333
1 year ago
Andy Wilkinson
df73191cb0
Update secret used to authenticate with Develocity
...
Closes gh-42404
1 year ago
Phillip Webb
cad5dd2b85
Use variables for `runs-on` settings
...
See gh-42333
1 year ago
Stéphane Nicoll
f4b55a6f28
Harmonize GitHub Actions settings
...
Closes gh-41463
1 year ago
Andy Wilkinson
549a12683d
Specify the repository when running Deploy Docs workflow
...
See gh-41461
1 year ago
Andy Wilkinson
dec6a8d1ba
Move Trigger Docs Build into a separate job
...
Closes gh-41461
1 year ago
Andy Wilkinson
e722200876
Update the build name now that we're working on 3.4
2 years ago
Andy Wilkinson
7c6d40f777
Prepare 3.3.x branch
2 years ago
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
2 years ago
Phillip Webb
101b3a5416
Use OSS self hosted runners
...
Closes gh-40683
2 years ago
Andy Wilkinson
83f692237d
Migrate to com.gradle.develocity plugin
...
Closes gh-40153
2 years ago
Phillip Webb
b768d93079
Fix a few docs build issues
2 years ago
Andy Wilkinson
b48cf9b5a8
Improve verify workflow's handling of secrets
2 years ago
Andy Wilkinson
a4231abb0a
Polish GHA input and output handling
2 years ago
Andy Wilkinson
19714c9e08
Correct name of secret access key input
...
See gh-40353
2 years ago
Andy Wilkinson
e4802b880d
Encapsulate common build steps in a composite action
...
Closes gh-40353
2 years ago
Andy Wilkinson
590b1bded8
Correct reference to reusable workflow
2 years ago
Andy Wilkinson
2c6006eeff
Move verification into reusable workflow
...
Closes gh-40350
2 years ago
Andy Wilkinson
d8c57810e2
Polish "Upgrade to gradle/actions 3.2.1"
...
See gh-40219
2 years ago
dependabot[bot]
513b22cac0
Upgrade to gradle/actions 3.2.1
...
See gh-40219
2 years ago
Phillip Webb
e4462b0940
Add action permission for docs-build trigger
...
See gh-40103
2 years ago
Phillip Webb
b7446afff3
Trigger docs build when artifacts are published
...
Closes gh-40103
2 years ago
Phillip Webb
85e4b15cca
Polish workflow yaml
2 years ago
Phillip Webb
b0476cefe5
Polish
2 years ago