Commit Graph

24 Commits

Author SHA1 Message Date
renovate[bot] b87fc51e5f
chore(deps): update gradle/gradle-build-action action to v3 (#10367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 16:03:40 +02:00
renovate[bot] 20d4cbd4ec
chore(deps): update gradle/gradle-build-action action to v2.12.0 (#10331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 08:21:04 +02:00
Matthieu MOREL 5a49eb0fba
setup OSSF Scorecard workflow (#10224)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-01-17 10:01:51 -08:00
renovate[bot] 1aad15171b
chore(deps): update actions/setup-java action to v4 (#9971)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 09:11:27 -08:00
renovate[bot] 261997e1de
chore(deps): update actions/checkout action to v4 (#9383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 11:43:59 +02:00
Trask Stalnaker e558ea9b6f
Free disk space for more jobs (#9040) 2023-07-25 21:48:50 -05:00
Lauri Tulmin aabe3da0ea
Pin jdk 17 version to 17.0.6 (#8557) 2023-05-24 07:46:56 -07:00
Trask Stalnaker 2d776af318
Auto-update OTel SDK (#7633)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-02-10 21:34:47 +00:00
Aaron Ai 2d7395c44b
Introduce markdown lint check (#7175)
Fixes #7129
2022-11-16 20:48:42 -08:00
Trask Stalnaker 19ce0f87b9
GitHub action sync (#7150) 2022-11-15 09:35:30 -08:00
Trask Stalnaker 6bc43450df
Add shell check (#7125)
Motivated by @mateuszrzeszutek's
https://github.com/signalfx/splunk-otel-java/pull/992
2022-11-11 14:58:05 -08:00
Trask Stalnaker 0ba68177e3
More reuse in github actions (#6975) 2022-10-26 09:09:48 -07:00
Trask Stalnaker 63302ccd3e
Split out license check as separate github action (#6863)
I've been having a bit of trouble with the license check in our distro
repo, and I think it's helpful for it to be a separate github action
(also for visibility).
2022-10-13 19:09:22 -07:00
Trask Stalnaker 06b6f0a2f2
Split out separate spotless CI check (#6743)
To make it clearer when the only problem with a PR is spotless (and may
follow-up with a comment-driven automation to apply spotless to a PR)
2022-10-05 17:17:01 -07:00
Trask Stalnaker 0a0e10b1f0
Fix job suppressions (#5872) 2022-04-18 19:58:17 -07:00
dependabot[bot] 1fb74f8bd1
Bump actions/setup-java from 2 to 3 (#5852)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-16 17:32:08 +09:00
Trask Stalnaker 1c9b1c6445
Smaller github action cache (#5848) 2022-04-15 18:18:45 -07:00
Trask Stalnaker bfd456addc
Workflow updates and fixes (#5785)
* Port https://github.com/open-telemetry/opentelemetry-java/pull/4353

* Port https://github.com/open-telemetry/opentelemetry-java/pull/4359

* Port https://github.com/open-telemetry/opentelemetry-java/pull/4361

* Port https://github.com/open-telemetry/opentelemetry-java/pull/4362

* More syncing

* And sync markdown link check

Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-04-11 14:55:29 -07:00
Trask Stalnaker d908821072
Workflow cleanup/sync (#5736)
* Workflow cleanup/sync

* more

* more

* more

* fix

* consistency

* Use simpler sharing of env vars across steps

* Simplify, merge related jobs

* Simplify

* More improvements

* Use release/* release branch naming
2022-04-04 11:51:12 -07:00
Trask Stalnaker ba3863eb1b
Sync github actions (#5695)
* Automate post-release change log merging

* wording

* rearrange

* wording

* Follow general template

* Update RELEASING

* Update RELEASING

* Update RELEASING

* Sync github actions

* more

* more

* Remove outdated comment

* Updates

* sync

* more
2022-03-29 10:21:17 -07:00
Trask Stalnaker 1096720fe0
Update workflow names (#5608)
* Update workflow names

* Update callers
2022-03-18 11:53:20 -07:00
Anuraag Agrawal 213057d057
Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09:00
Trask Stalnaker 805f25868c
Switch actions/setup-java from adopt to temurin (#5507)
* Switch actions/setup-java from adopt to temurin

* Revert one
2022-03-05 08:29:49 -08:00
Trask Stalnaker 8c5e2ebce5
Move build to reusable workflow (#5483)
* Move build to reusable workflow

* pass secrets where needed

* pass secrets where needed

* build -> assemble

* and check

* Revert "and check"

This reverts commit aa981d0f4e.

* Revert "build -> assemble"

This reverts commit c00f6d1d35.
2022-03-04 09:54:40 -08:00