Stéphane Nicoll
ec4558dc14
Polish
2 years ago
Stéphane Nicoll
d6c623be40
Release from GHA
...
This commit adds a workflow to release the Spring Framework from GitHub
Actions.
Closes gh-33179
2 years ago
Stéphane Nicoll
3d2fb3af3d
Add verification tests
...
In preparation for releasing Spring Framework from GitHub actions, this
commit adds a `verify` workflow that validates that the released bits
are correct by running sample projects against them.
Closes gh-33178
2 years ago
Stéphane Nicoll
0544dfe090
Enable building against Java 23-ea
...
This commit updates the CI workflow to build against Java 23-ea as
well, using the temurin distribution. For consistency, we're also
building against Java 22.
Closes gh-32090
2 years ago
Stéphane Nicoll
eacfd77d6a
Harmonize CI configuration
...
This commit harmonizes our CI configuration with Spring Boot, in
particular the clever use of reusable custom actions that simplify
the workflow definition quite a bit.
One main difference compared to Spring Boot is that we can now
specify a different distribution for a Java version to test, in
preparation for the support of building against 23-ea
See gh-32090
2 years ago
Brian Clozel
370a4ee8b3
Upgrade to gradle-enterprise-conventions 0.0.17
...
Closes gh-32724
2 years ago
Stéphane Nicoll
e17c3d3be4
Upgrade actions that use deprecated features
2 years ago
Stéphane Nicoll
7357812b4e
Polish "Only include production branches for docs deployment"
...
See gh-32434
2 years ago
Stéphane Nicoll
30087e1aea
Only include production branches for docs deployment
...
Closes gh-32434
2 years ago
Stéphane Nicoll
cd5758e610
Restore CI execution per commit
...
As scheduled only works on the base branch anyway
See gh-32436
2 years ago
Stéphane Nicoll
b82a0dd31a
Polish "Move CI and snapshot deployment to GitHub actions"
...
See gh-32436
2 years ago
Stéphane Nicoll
b7280400ee
Move CI and snapshot deployment to GitHub actions
...
Closes gh-32436
2 years ago
Rob Winch
88c9b0f467
Use the shared antora playbook
3 years ago
Rob Winch
71154fd16b
Add ./github/workflow/deploy-docs.yml
3 years ago
rstoyanchev
aae46263cc
Restore top-level read permission for backport bot
3 years ago
rstoyanchev
f457c17c78
Remove top-level permissions from backport-bot.yml
3 years ago
rstoyanchev
bea1980e22
Correct (again) permissions key in backport bot config
3 years ago
rstoyanchev
f3360e4ee2
Correct permissions key in backport bot config
3 years ago
rstoyanchev
8330bd424b
Add write permission in backport bot config
3 years ago
rstoyanchev
507c9697fb
Correct event name in backport bot config
3 years ago
rstoyanchev
52c073724d
Enable backport bot for pull requests
3 years ago
Johnny Lim
4ca574cde1
Use actions/checkout@v3 for Gradle Wrapper Validation Action
...
See gh-29198
3 years ago
Alex
5277b1dbf0
Harden GitHub Workflows security settings
...
Closes gh-29171
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
3 years ago
Ashish Kurmi
7f9933fdb7
Restrict permissions for GitHub action
...
See gh-29104
3 years ago
Rob Winch
5f4bcf197c
BackportBot ignores pull-requests
4 years ago
Rob Winch
7fa15cde12
Escape GITHUB_EVENT argument to BackportBot
4 years ago
Rob Winch
e2798560c7
Add BackportBot as GitHub Action
4 years ago
Sam Brannen
1ced9370cd
Configure Gradle wrapper validation action
...
This commit configures the Gradle Wrapper Validation Action
for GitHub actions.
See: https://github.com/gradle/wrapper-validation-action
Closes gh-25175
6 years ago