Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formaster #13

Merged
merged 20 commits into from
Sep 28, 2024
Merged

Formaster #13

merged 20 commits into from
Sep 28, 2024

Conversation

carstenartur
Copy link
Owner

No description provided.

carstenartur and others added 15 commits January 22, 2023 15:47
* Create codeql-analysis.yml

* Create codeql-analysis2.yml

* Create dependency-review.yml

* Create SECURITY.md

* Delete codeql-analysis2.yml

* Create sonarcloud.yml

* Delete sonarcloud.yml

* Create pmd.yml

* Update README.md

* Update codeql-analysis.yml

* Create codacy.yml

* Update pmd.yml

* Create dependabot.yml

* Update pom.xml

* Bump tycho.version from 2.3.0 to 2.7.3

Bumps `tycho.version` from 2.3.0 to 2.7.3.

Updates `tycho-compiler-plugin` from 2.3.0 to 2.7.3
- [Release notes](https://github.com/eclipse/tycho/releases)
- [Changelog](https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-2.3.0...tycho-2.7.3)

Updates `tycho-p2-extras-plugin` from 2.3.0 to 2.7.3

Updates `tycho-custom-bundle-plugin` from 2.3.0 to 2.7.3

Updates `tycho-p2-plugin` from 2.3.0 to 2.7.3

Updates `tycho-surefire-plugin` from 2.3.0 to 2.7.3

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.tycho.extras:tycho-custom-bundle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.tycho:tycho-p2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Delete codacy.yml

* Create maven.yml

* Bump tycho.version from 2.7.3 to 3.0.1

Bumps `tycho.version` from 2.7.3 to 3.0.1.

Updates `tycho-compiler-plugin` from 2.7.3 to 3.0.1
- [Release notes](https://github.com/eclipse/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.1/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-2.7.3...tycho-3.0.1)

Updates `tycho-p2-extras-plugin` from 2.7.3 to 3.0.1

Updates `tycho-custom-bundle-plugin` from 2.7.3 to 3.0.1

Updates `tycho-p2-plugin` from 2.7.3 to 3.0.1

Updates `tycho-surefire-plugin` from 2.7.3 to 3.0.1

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho.extras:tycho-custom-bundle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-p2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update maven.yml

* Update dependabot.yml

* Bump pmd/pmd-github-action from 1.2.0 to 1.3.0

Bumps [pmd/pmd-github-action](https://github.com/pmd/pmd-github-action) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/pmd/pmd-github-action/releases)
- [Changelog](https://github.com/pmd/pmd-github-action/blob/main/CHANGELOG.md)
- [Commits](pmd/pmd-github-action@967a81f...f47ab08)

---
updated-dependencies:
- dependency-name: pmd/pmd-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/dependency-review-action from 1 to 3

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v1...v3)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump cirrus-actions/rebase from 1.7 to 1.8

Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.7 to 1.8.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](cirrus-actions/rebase@1.7...1.8)

---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Jan 12, 2024

Test Results

0 files   -     11  0 suites   - 11   0s ⏱️ - 19m 2s
0 tests  - 77 611  0 ✅  - 77 611  0 💤 ±0  0 ❌ ±0 
0 runs   - 77 671  0 ✅  - 77 671  0 💤 ±0  0 ❌ ±0 

Results for commit 4fbc289. ± Comparison against base commit ed787f5.

♻️ This comment has been updated with latest results.

@carstenartur carstenartur merged commit a9619ec into master Sep 28, 2024
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant