Skip to content

chore(deps): update actions/setup-java action to v6 - #273

Merged
chgl merged 1 commit into
masterfrom
renovate/actions-setup-java-6.x
Sep 7, 2026
Merged

chore(deps): update actions/setup-java action to v6#273
chgl merged 1 commit into
masterfrom
renovate/actions-setup-java-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-java action major v5.7.0v6.0.0

Release Notes

actions/setup-java (actions/setup-java)

v6.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow-without-test-image:pr-273 (debian 13.6)

No Vulnerabilities found

No Misconfigurations found

Python

3 known vulnerabilities found (LOW: 0 CRITICAL: 0 HIGH: 2 MEDIUM: 1)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
msgpack GHSA-6v7p-g79w-8964 HIGH 1.1.2 1.2.1
setuptools CVE-2025-47273 HIGH 70.3.0 78.1.1
setuptools CVE-2026-59890 MEDIUM 70.3.0 83.0.0

No Misconfigurations found

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow-with-fixed-image-tags:v1.2.3-beta.123 (debian 13.6)

No Vulnerabilities found

No Misconfigurations found

Python

3 known vulnerabilities found (CRITICAL: 0 HIGH: 2 MEDIUM: 1 LOW: 0)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
msgpack GHSA-6v7p-g79w-8964 HIGH 1.1.2 1.2.1
setuptools CVE-2025-47273 HIGH 70.3.0 78.1.1
setuptools CVE-2026-59890 MEDIUM 70.3.0 83.0.0

No Misconfigurations found

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow:pr-273 (debian 13.6)

No Vulnerabilities found

No Misconfigurations found

Python

3 known vulnerabilities found (CRITICAL: 0 HIGH: 2 MEDIUM: 1 LOW: 0)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
msgpack GHSA-6v7p-g79w-8964 HIGH 1.1.2 1.2.1
setuptools CVE-2025-47273 HIGH 70.3.0 78.1.1
setuptools CVE-2026-59890 MEDIUM 70.3.0 83.0.0

No Misconfigurations found

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 4 0 0 0.17s
✅ ACTION zizmor 4 0 0 5.91s
✅ COPYPASTE jscpd yes no no 0.78s
✅ DOCKERFILE hadolint 1 0 0 0.08s
✅ JSON jsonlint 3 0 0 0.11s
✅ JSON prettier 3 0 0 0.42s
✅ JSON v8r 3 0 0 2.74s
✅ MARKDOWN markdownlint 1 0 0 0.45s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.25s
✅ PYTHON bandit 1 0 0 2.16s
✅ PYTHON black 1 0 0 1.55s
✅ PYTHON flake8 1 0 0 1.11s
✅ PYTHON isort 1 0 0 0.26s
✅ PYTHON mypy 1 0 0 4.22s
✅ PYTHON pylint 1 0 0 3.06s
✅ PYTHON pyright 1 0 0 2.17s
✅ PYTHON ruff 1 0 0 0.03s
✅ REPOSITORY betterleaks yes no no 0.84s
✅ REPOSITORY checkov yes no no 23.32s
✅ REPOSITORY dustilock yes no no 0.02s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 72.01s
✅ REPOSITORY kingfisher yes no no 5.2s
✅ REPOSITORY osv-scanner yes no no 0.23s
✅ REPOSITORY secretlint yes no no 0.81s
✅ REPOSITORY syft yes no no 1.75s
✅ REPOSITORY trivy yes no no 13.31s
✅ REPOSITORY trivy-sbom yes no no 0.16s
✅ REPOSITORY trufflehog yes no no 5.51s
✅ YAML prettier 7 0 0 0.63s
✅ YAML v8r 7 0 0 7.92s
✅ YAML yamllint 7 0 0 0.66s

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: REPOSITORY_KICS. See Removed linters to find their replacements.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@10.1.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_PYRIGHT,PYTHON_RUFF,ACTION_ACTIONLINT,ACTION_ZIZMOR,COPYPASTE_JSCPD,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_DUSTILOCK,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@chgl
chgl merged commit 31fedab into master Sep 7, 2026
41 checks passed
@renovate
renovate Bot deleted the renovate/actions-setup-java-6.x branch September 7, 2026 10:58
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.11.57 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant