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

chore(deps): bump actions/setup-java from 4.0.0 to 4.6.0 #10451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps actions/setup-java from 4.0.0 to 4.6.0.

Release notes

Sourced from actions/setup-java's releases.

v4.6.0

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

What's Changed

Bug fixes:

New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from moabu as a code owner December 18, 2024 10:19
@dependabot dependabot bot added github_actions Pull requests that update Github_actions code kind-dependencies Pull requests that update a dependency file labels Dec 18, 2024
Copy link

dryrunsecurity bot commented Dec 18, 2024

DryRun Security Summary

The pull request updates GitHub Actions workflow files for the Janssen Project, primarily upgrading the actions/setup-java action version and maintaining existing code quality, testing, and documentation practices across various project modules.

Expand for full summary

Summary:

The code changes in this pull request are related to the GitHub Actions workflows used for the Janssen Project repositories. The changes primarily involve updating the versions of the actions/setup-java action used in the workflows, which is a routine maintenance update and is unlikely to have any significant security implications.

The workflows are responsible for performing code quality checks using SonarCloud, building and testing the Janssen Project's Java-based services, and managing the project's artifacts and documentation. These workflows include several security-conscious practices, such as conditional test execution, parallel test execution, artifact uploads, and automated documentation generation. These practices help to ensure the quality and security of the Janssen Project's codebase.

While the changes themselves do not introduce any obvious security concerns, it's important to ensure that the sensitive information used by the workflows, such as the GITHUB_TOKEN and SONAR_TOKEN, are properly secured and managed to prevent unauthorized access or misuse.

Files Changed:

  1. .github/workflows/scan-sonar.yml:

    • The version of the actions/setup-java action has been updated from v4.0.0 to v4.6.0.
    • The workflow is responsible for performing code quality checks using SonarCloud for various Janssen Project modules, including jans-keycloak-link, jans-keycloak-integration, jans-auth-server, agama, and others.
  2. .github/workflows/build-test.yml:

    • The version of the actions/setup-java action has been updated from v4 to v4.6.0.
    • The workflow includes a "cleanup" job that deletes the "0.0.0-nightly" versions of the Janssen Project's Maven packages.
    • The "run-tests" job is only executed for push, pull request, or specific workflow dispatch events, and it runs the tests in parallel using a matrix strategy.
    • The workflow uploads build artifacts and test results as GitHub Actions artifacts and automatically generates RDBMS documentation.

Code Analysis

We ran 9 analyzers against 2 files and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

3 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

@moabu moabu force-pushed the dependabot/github_actions/actions/setup-java-4.6.0 branch from 5730f70 to 14cfd4c Compare December 26, 2024 19:25
@moabu moabu force-pushed the main branch 2 times, most recently from 5126af2 to aa1b2ed Compare December 27, 2024 04:55
@moabu moabu force-pushed the dependabot/github_actions/actions/setup-java-4.6.0 branch from 14cfd4c to 7e6e40e Compare December 27, 2024 04:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants