Commit Graph

29 Commits

Author SHA1 Message Date
Artem Bilan
2b9ee39b52 Fix release.yml for expected secrets 2024-11-22 12:26:47 -05:00
Artem Bilan
71dc5c7e48 Upgrade GHAs to the reusable workflows v5 2024-11-22 12:22:14 -05:00
dependabot[bot]
53166532ce Bump spring-io/spring-github-workflows (#97)
Bumps the development-dependencies group with 1 update: [spring-io/spring-github-workflows](https://github.com/spring-io/spring-github-workflows).


Updates `spring-io/spring-github-workflows` from 4 to 5
- [Release notes](https://github.com/spring-io/spring-github-workflows/releases)
- [Commits](https://github.com/spring-io/spring-github-workflows/compare/v4...v5)

---
updated-dependencies:
- dependency-name: spring-io/spring-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:58:31 +00:00
Artem Bilan
ba143160c7 Add announce-milestone-planning.yml 2024-11-04 10:32:21 -05:00
dependabot[bot]
4dabc9f9f1 Bump spring-io/spring-github-workflows
Bumps the development-dependencies group with 1 update: [spring-io/spring-github-workflows](https://github.com/spring-io/spring-github-workflows).


Updates `spring-io/spring-github-workflows` from 3 to 4
- [Release notes](https://github.com/spring-io/spring-github-workflows/releases)
- [Commits](https://github.com/spring-io/spring-github-workflows/compare/v3...v4)

---
updated-dependencies:
- dependency-name: spring-io/spring-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:45:40 -04:00
Artem Bilan
4f901359f1 Migrate to DEVELOCITY_ACCESS_KEY GHA secret 2024-09-23 10:51:01 -04:00
Artem Bilan
95f9a4aa54 Upgrade to reusable spring-io/spring-github-workflows@v3
Apparently Dependabot can upgrade reusable GHA workflows as well.
So less burden on support and less stress from changes in those reusable workflows in `main`
2024-07-19 12:53:14 -04:00
Artem Bilan
475b6ec849 Do not sing SNAPSHOT artifacts 2024-07-11 13:20:43 -04:00
Artem Bilan
a02cabfee3 Add GPG secrets to ci-snapshot.yml for testing new Artifactory Gradle plugin 2024-07-11 13:10:09 -04:00
Artem Bilan
f36398f4ce Remove redundant Develocity GHA secrets 2024-04-29 15:13:40 -04:00
Artem Bilan
08041800f3 Remove -S from ci-snapshot.yml
* Upgrade `release.yml` to the latest reusable workflow
2024-03-28 16:13:33 -04:00
Artem Bilan
3bcddc1227 Add -S into ci-snapshot.yml for diagnostics 2024-03-28 15:49:21 -04:00
Artem Bilan
fd48962b24 Rollback to previous GHA WFs version
Looks like there is some race condition in the Artifactory Gradle plugin,
so it does not deploy build-info when too many artifacts to upload
2024-03-28 14:07:40 -04:00
Artem Bilan
dfca636b9e Fix verify-staged-artifacts.yml for the proper path
The Gradle command must be called in the `samples/time-spel-log` directory
2024-03-28 13:04:31 -04:00
Artem Bilan
ecc1f83f60 Upgrade to the latest reusable workflows 2024-03-06 13:03:06 -05:00
Artem Bilan
087a3383dd Rework verify-staged-artifacts to use sample (#38) 2024-03-01 11:07:08 -06:00
Artem Bilan
d557ec352a Fix verify-staged-artifacts for proper artifact name 2024-02-29 15:08:05 -05:00
Artem Bilan
23bfd86deb Add mergeArguments: --auto --squash for Dependabot 2024-02-12 10:36:04 -05:00
Artem Bilan
25b9d8a575 Use the latest spring-merge-dependabot-pr.yml
This one marks now the PR as a `type: task` if updated  version is `SNAPSHOT`
2024-02-12 10:22:01 -05:00
Artem Bilan
38f0ca077c Add schedule & concurrency to CI workflow
* The `schedule` allows to have a fresh snapshot every night (`--rerun-tasks` should ensure we build against cache)
* The `concurrency` allows to cancel previously running and scheduled workflows: only the last built SNAPSHOT matters
2024-01-04 16:23:25 -05:00
Artem Bilan
f6cb25742b Upgrade to the latest reusable workflows 2024-01-04 16:15:22 -05:00
Artem Bilan
9470841f5f Latest reusable workflow for pr-build.yml 2024-01-03 13:03:26 -05:00
Artem Bilan
92243ee633 Revert PAT for merge-dependabot-pr
Dependabot does not see GH secrets: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
2023-12-23 14:29:55 -05:00
Artem Bilan
f743fb3f8a Use PAT for merge-dependabot-pr.yml
This would let GH to trigger SNAPSHOT workflow on push to the branch
2023-12-22 17:45:16 -05:00
Artem Bilan
7b59d41bc8 Add merge-dependabot-pr.yml workflow
* Fix `mail-supplier` to use `angus-mail.version` project property
2023-12-22 16:18:20 -05:00
Artem Bilan
5a6e572efc More permissions for release workflow 2023-12-22 15:51:11 -05:00
Artem Bilan
655f49b956 Migrate GHAs for repo from Spring IO org 2023-12-20 17:07:05 -05:00
Artem Bilan
436dbf2e5c Migrate to Gradle-specific release reusable flow 2023-11-30 18:06:58 -05:00
Artem Bilan
e24552f6e4 Add CI/CD GH infrastructure 2023-11-23 16:02:58 -05:00