Commit Graph

21 Commits

Author SHA1 Message Date
dependabot[bot]
871fc9fb11 Bump docker/setup-qemu-action from 1 to 2 (#2178)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-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>
2022-06-14 13:16:12 +02:00
odidev
40a4841b05 Test support for Arm64 (#2173)
Signed-off-by: odidev <odidev@puresoftware.com>
2022-06-06 13:55:35 +02:00
dependabot[bot]
6f9cf85076 Bump actions/setup-java from 2 to 3 (#2163)
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-05-23 10:52:48 +02:00
dependabot[bot]
6ff2849046 Bump actions/cache from 2 to 3 (#2164)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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-05-23 10:52:25 +02:00
Naveen
01d0d4f297 chore: Enable codeql action (#2160)
This action runs GitHub's industry-leading semantic code analysis engine,
CodeQL, against a repository's source code to find security vulnerabilities.

https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql

https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-05-23 10:40:14 +02:00
Naveen
1e4a364dc5 chore: Set permissions for GitHub actions (#2158)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-05-17 12:01:46 +02:00
Marcin Grzejszczak
5767526db1 Update maven.yml 2022-04-14 09:56:46 +02:00
Marcin Grzejszczak
5fd8939585 Ensures that we're using JDK8 for building 2022-04-12 13:43:26 +02:00
Marcin Grzejszczak
bdfc32e5bf Fixed wrong github actions setup 2022-02-02 10:03:40 +01:00
Jonatan Ivanov
1471362be0 Merge branch '3.0.x' 2021-10-18 17:52:36 -07:00
Jonatan Ivanov
facedbeed2 Update github workflow to use Java 17 2021-10-18 17:52:08 -07:00
Marcin Grzejszczak
5f5f29fd6d Update maven.yml 2021-09-06 14:12:12 +02:00
Marcin Grzejszczak
95c1a1df1e Fixed line endings 2021-07-28 20:08:39 +02:00
Marcin Grzejszczak
3a4a82057c Merge remote-tracking branch 'origin' into 3.1.x 2021-04-29 13:35:21 +02:00
Marcin Grzejszczak
085f29e7bf Master to main 2021-04-26 19:07:34 +02:00
Marcin Grzejszczak
f2bf396eba Fixes gh actions 2021-04-20 09:13:39 +02:00
Marcin Grzejszczak
1207be7f4d Trying to fix github actions 2021-04-20 09:08:20 +02:00
Marcin Grzejszczak
39617c6cf6 Updated the project to work with jdk16 (#1902)
* Updated the project to work with jdk16

* Updates build for jdk8

* Added tests
2021-04-14 15:25:13 +02:00
Marcin Grzejszczak
a18a41f066 Caching deps 2020-11-30 16:26:00 +01:00
Marcin Grzejszczak
0bb6addf65 Migrated to Github Actions 2020-11-30 15:46:32 +01:00
Marcin Grzejszczak
24502b6a9b Create maven.yml 2020-11-30 15:42:33 +01:00