chore(deps): update camunda-community-hub/community-action-maven-release action to v2#204
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 3aa12d7. ♻️ This comment has been updated with latest results. |
f3ede06 to
2355aa6
Compare
2355aa6 to
9cb24cb
Compare
9cb24cb to
18bfa87
Compare
18bfa87 to
ccd2242
Compare
ccd2242 to
22c5080
Compare
22c5080 to
5263b1e
Compare
5263b1e to
3aa12d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1→v2Release Notes
camunda-community-hub/community-action-maven-release (camunda-community-hub/community-action-maven-release)
v2.0.3Compare Source
What's Changed
New Contributors
Full Changelog: camunda-community-hub/community-action-maven-release@v2.0.2...v2.0.3
v2.0.2Compare Source
What's Changed
Full Changelog: camunda-community-hub/community-action-maven-release@v2...v2.0.2
v2.0.1Compare Source
What's Changed
Full Changelog: camunda-community-hub/community-action-maven-release@v2.0.0...v2.0.1
v2.0.0Compare Source
What's Changed
🚀 Migration to
central-sonatype-publish& Sonatype Central Portal📖 FAQ & Migration Guide
This release introduces support for the new
central-sonatype-publishprofile, used for deploying via the Sonatype Central Portal, replacing OSSRH.🚨 Users must read the FAQ & Migration Guide before upgrading to
@v2, as the migration requires updates to action inputs and upgrading the community-hub-release-parent parent POM.A dynamic fallback to the deprecated
oss-maven-centralprofile is temporarily available and will be deactivated once the migration is complete (more details in the migration guide).maven-url,maven-usr, andmaven-pswinputs are deprecated in@v2and will be removed in@v3. Please see the migration guide for more details.Changes
Full Changelog: camunda-community-hub/community-action-maven-release@v1...v2.0.0
v2Compare Source
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: camunda-community-hub/community-action-maven-release@v1.2.3...v1.2.4
v1.2.3Compare Source
What's Changed
Full Changelog: camunda-community-hub/community-action-maven-release@v1...v1.2.3
v1.2.2Compare Source
What's Changed
New Contributors
Full Changelog: camunda-community-hub/community-action-maven-release@v1.2.1...v1.2.2
v1.2.1Compare Source
What's Changed
Full Changelog: camunda-community-hub/community-action-maven-release@v1.2...v1.2.1
v1.2Compare Source
What's Changed
New Contributors
Full Changelog: camunda-community-hub/community-action-maven-release@v1...v1.2
What's Changed
Full Changelog: camunda-community-hub/community-action-maven-release@v1.2.2...v1.2
v1.1.0Compare Source
Changes
Thanks @zambrovski for helping out!
v1.0.13Compare Source
What's new
2e3b656)v1.0.12Compare Source
What's new
Up next
v1.0.11Compare Source
What's new:
defaultvalue oflatestto release workflowlatesttag to releases for use with Actions-Release workflow toolingUp next
v1.0.10Compare Source
Changes:
usestag to utilizev1.0.9of the Community Action Maven release in Java 11 example workflow, and Java 1.8 example workflows.release.shto refer tov1.0.9of the Community Action Maven releasev1.0.9Compare Source
Changes
v1.0.8Compare Source
What’s New:
This release simplified the maven release procedure as described in #21
v1.0.7Compare Source
🥇 What’s New:
Improved Security Vulnerability Scanning Options
🔒 This release introduces the ability to upload the results of a Trivy vulnerability scan contained in a Sarif file to the GitHub Security tab.
The Trivy Security Scanning option was released in v1.0.6 of the Action, which can be optionally run during the release process contained in this action via a Bash script. When enabled, Trivy scans for security vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues. To enable the scanner, set the
vulnerability-scan inputdefault totrue.Note -- If there are no vulnerabilities found, or
UNKNOWN,LOW,orMEDIUMvulnerabilities, the action will complete withexit 0. If there is aHIGHorCRITICALvulnerability found, the release deployment will fail withexit 1. The results of the scan will then be displayed in asarif.tplnamedtrivy-results.sarif.As mentioned above, with this release, these results will then will be uploaded to the Security tab in your repository.
🕐 What's Next
Evaluating #2
Evaluating #5
If you'd like to contribute to the above issues. pull requests are welcome and appreciated! :)
Huge thanks to @Langleu for his impeccable work pair programming with @celanthe to make this release possible! 🚀 🎉
v1.0.6Compare Source
What’s New:
This release introduces optional Trivy Security Scanning, which can be run during the release process contained in this action via a Bash script. When enabled, Trivy scans for security vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues. To enable the scanner, set the
vulnerability-scaninput default totrue.If there are no vulnerabilities found, or
UNKNOWN,LOW,orMEDIUMvulnerabilities, the action will complete withexit 0. If there is aHIGHorCRITICALvulnerability found, the release deployment will fail withexit 1. The results of the scan will then be displayed in asarif.tplnamedtrivy-results.sarif.v1.0.5Compare Source
What's New:
What's Next
#5
#2
Huge thanks to @VonDerBeck and @gclaussn for their thoughtful comments and reviews!
v1.0.4Compare Source
What's New
Upcoming Projects
v1.0.3Compare Source
What's New
Upcoming Projects
v1.0.2Compare Source
v1.0.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.