Commit Graph

48 Commits

Author SHA1 Message Date
dependabot[bot]
5fc26239eb
Chore(deps): bump DoozyX/clang-format-lint-action from 0.17 to 0.18 in /.github/workflows (#5313)
Chore(deps): bump DoozyX/clang-format-lint-action in /.github/workflows

Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.17 to 0.18.
- [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)
- [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.17...v0.18)

---
updated-dependencies:
- dependency-name: DoozyX/clang-format-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 07:42:26 +02:00
Piotr Idzik
5ee98eeb48
chore: migrate to java 21 (#5163) 2024-05-19 21:57:07 +03:00
Piotr Idzik
cb401fed69
chore: configure PMD (#5155) 2024-05-11 18:01:11 +05:30
Piotr Idzik
4bb64559de
chore: configure SpotBugs (#5122) 2024-04-28 11:31:11 +03:00
Piotr Idzik
7a42f68b66
chore: configure checkstyle (#5110) 2024-04-24 15:22:42 +03:00
dependabot[bot]
f39bb8f32f
Chore(deps): bump DoozyX/clang-format-lint-action from 0.16.2 to 0.17 in /.github/workflows (#5105)
Chore(deps): bump DoozyX/clang-format-lint-action in /.github/workflows

Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.16.2 to 0.17.
- [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)
- [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.16.2...v0.17)

---
updated-dependencies:
- dependency-name: DoozyX/clang-format-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 08:36:46 +02:00
Piotr Idzik
295ac4b1ac
Update codecov/codecov-action to v4 (#5100) 2024-04-06 21:50:15 +03:00
Piotr Idzik
ab094ef04d
chore: generate coverage report and upload it to codecov (#5098) 2024-04-06 20:36:30 +05:30
dependabot[bot]
71c5f27d85
Bump actions/stale from 4 to 9 in /.github/workflows (#5085)
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  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>
2024-03-22 11:20:45 +00:00
dependabot[bot]
84f8cee332
Bump actions/setup-python from 4 to 5 in /.github/workflows (#5084)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
2024-03-22 19:10:09 +08:00
dependabot[bot]
df20d919c8
Bump actions/setup-java from 3 to 4 in /.github/workflows (#5083)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-22 12:06:58 +01:00
dependabot[bot]
d4e4cd24cd
Bump github/codeql-action from 2 to 3 in /.github/workflows (#5082)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-03-22 11:38:44 +01:00
Piotr Idzik
55cc562d64
chore: update actions/checkout to v4 (#5036) 2024-02-12 02:51:08 +05:30
Piotr Idzik
c403e00331
Use GITHUB_ACTOR in git config (#5009) 2024-01-08 23:32:18 +02:00
Tung Bui (Leo)
704b5878b6
Use Discord channel in stale issue/PR message (#5004) 2024-01-07 14:20:43 +02:00
Piotr Idzik
3392b5116d
Add codeql.yml (#4966) 2023-11-28 22:40:51 +02:00
Piotr Idzik
72247ed85c
chore: update actions/setup-java to v3 (#4352)
chore: use `actions/setup-java@v3`
2023-09-05 11:19:26 +05:30
Piotr Idzik
40a0515054
Update actions/checkout to v4 (#4351) 2023-09-04 22:21:39 +03:00
Piotr Idzik
f010a47608
chore: enforce InsertNewlineAtEOF in clang-format (#4343)
* style: insert newline at eof

* style: use `InsertNewlineAtEOF` in `clang-format`

* fix: use `clang-format-16`

* chore: update clang-format-lint-action to v0.16.2

---------

Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
2023-09-01 04:10:46 +00:00
acbin
415a04ea7f
Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
JarZombie
acfa2890a4
Fix DIRECTORY.md formatting (closes #3922) (#4124) 2023-04-01 21:43:47 +03:00
Christian Clauss
3a56c963b3
Change Python version for directory workflow from 3.10 to 3.x to use newer and faster language versions (#3921) 2023-03-18 10:03:32 +02:00
Andrii Siriak
1aed52ba58
Trigger builds for all changes 2023-01-04 10:11:45 +02:00
Artem Boiarshinov
a910d8754e
Specify python version for CI job (#3157) 2022-06-22 22:00:33 +08:00
Eduardo Cabral
cca4038008
Run actions only if code related files changes (#3000) 2022-04-07 20:49:44 +03:00
Andrii Siriak
8e01cd46bf
Switch CI builds to Maven (#2863) 2021-12-07 08:22:28 +02:00
Andrii Siriak
d127a361b0
Update triggers (#2336) 2021-09-27 18:41:59 +03:00
Andrii Siriak
dfe189b21f
Resolve build errors & cleanup structure (#2334) 2021-09-26 12:26:59 +03:00
Andrii Siriak
48854f4cfb
Update stale.yml 2021-09-22 20:29:18 +03:00
Andrii Siriak
0226b00a43
Make stale action run more often to deal with old PRs 2021-09-22 19:32:23 +03:00
Andrii Siriak
0f75446463 Set up workflow for issues and PRs 2021-09-15 16:38:58 +00:00
Yang Libin
cec48f3198
chore: update code formatter action (#2178)
close #2178
2021-06-01 19:24:44 +08:00
Yang Libin
40318a0e95
chore: upgrade prettier version 2021-03-02 17:25:05 +08:00
Du Yuanchao
23c12f7141
Fixed checkstyle and docs (#2035)
* Update bubble sort algorithm

* fixed checkstyle

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-18 09:25:05 +08:00
Du Yuanchao
9c8ad9c695
Update action (#2001)
* fixed checkstyle

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-11-02 14:23:33 +08:00
shellhub
f2da5999bd add git diff command 2020-10-27 11:16:02 +08:00
shellhub
89ca5d4222 fixed action 2020-10-25 02:12:50 +08:00
shellhub
a23bac99e8 support google java style 2020-10-24 18:22:35 +08:00
shellhub
a463a5c3f9 fixed prettier error 2020-10-24 18:06:42 +08:00
Du Yuanchao
6e0e31655b
Rename prettier.xml to prettier.yml 2020-10-24 17:46:42 +08:00
shellhub
c7a931c107 add prettier.xml 2020-10-24 17:27:29 +08:00
shellhub
1c5b1d0bf1 rename jobs 2020-10-24 17:23:09 +08:00
shellhub
409d1b6b73 remove prettier 2020-10-24 17:16:41 +08:00
shellhub
6aa373e292 fixed action 2020-10-24 16:52:16 +08:00
shellhub
ddff7efcbd add build action 2020-10-24 16:48:33 +08:00
Yang Libin
3d7a6cb5ce
feat: add new workflow 2020-10-23 14:07:04 +08:00
Christian Clauss
35849905bc
Update update_directory_md.yml 2020-01-27 22:46:56 +01:00
Christian Clauss
6f06de18d2
Create update_directory_md.yml 2020-01-09 21:15:37 +01:00