Skip to content

chore(deps): update all non-major dependencies - #261

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch
Aug 3, 2026
Merged

chore(deps): update all non-major dependencies#261
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovaterenovateBot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChangeAgeConfidence
actions/setup-javaactionminorv5.6.0v5.7.0ageconfidence
docker/login-actionactionminorv4.5.2v4.6.0ageconfidence
github/codeql-actionactionpatchv4.37.3v4.37.4ageconfidence
gradle/actionsactionminorv6.2.0v6.3.0ageconfidence
zizmor (source)minor1.28.01.29.0ageconfidence

Release Notes

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

v5.7.0

Compare Source

docker/login-action (docker/login-action)

v4.6.0

Compare Source

github/codeql-action (github/codeql-action)

v4.37.4

Compare Source

gradle/actions (gradle/actions)

v6.3.0

Compare Source

Highlights

Enhanced Caching: Windows fixes and a cache-protocol bump

This release updates gradle-actions-caching to v1.0.0 (up from v0.7.0), which fixes two significant caching defects, both most visible on Windows:

  • Cache entries failed to store at all on Windows.. Every entry failed
    with Path Validation Error: Path(s) specified in the action for caching do(es) not exist, even though the Gradle User Home was fully intact. Nothing was stored, so
    every downstream job ran against an empty Gradle User Home. The cause was a nested,
    unpatched copy of @actions/glob combined with a silently swallowed require() in
    the bundle, which left Windows path separators unnormalized.

  • Cache cleanup deleted instrumented jars that were in use. A bug in key
    hashing for paths shorter than 64 characters made cleanup judge freshly created
    caches/jars-9 entries as unused and remove them, so the instrumented-jars entry
    was never saved and every job re-instrumented its classpaths.

    Also included: cache entry names are now consistent between the save and restore
    reports — restore previously fell back to showing the raw glob pattern (e.g.
    /home/runner/.gradle/caches/modules-*/files-*/*/*/*/*/) instead of dependencies.

[!IMPORTANT]
Existing cache entries are invalidated by this release. The cache protocol
version was bumped to v2, so the first run after upgrading will be a cache miss
and will repopulate the cache. No configuration changes are required.

Basic caching warns instead of failing silently

The basic (open-source) caching provider now emits a warning and reports
(Entry not saved: save failed) in the Job Summary when a cache save fails, rather
than reporting success (#​1028).

Dependency submission works with Isolated Projects

dependency-submission now disables Isolated Projects via a promoted property, so
dependency graph generation works on builds that enable it (#​1025). Thanks to @​reinsch82 for the contribution.

Updated defaults
  • Injected Develocity Gradle plugin: 4.4.2 → 4.5.0
  • 36 new known-good wrapper checksums added for wrapper-validation

What's Changed

New Contributors

Full Changelog: gradle/actions@v6.2.0...v6.3.0

zizmorcore/zizmor (zizmor)

v1.29.0

Compare Source

New Features 🌈🔗

  • zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#​2209)

  • New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#​2228)

  • zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g. uses: $/foo/bar instead of a manual checkout and uses: ./foo/bar (#​2248)

Changes ⚠️🔗

Removals 🌅🔗

  • --collect=workflows-only and --collect=actions-only have been fully removed. Use --collect=workflows and --collect=actions for the replacement behavior (#​2242)

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#​2220)

  • Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#​2227)

  • Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#​2234)


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: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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

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

No Vulnerabilities found

No Misconfigurations found

@github-actions

Copy link
Copy Markdown
Contributor

Trivy image scan report

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

No Vulnerabilities found

No Misconfigurations found

Python

No Vulnerabilities found

No Misconfigurations found

@github-actions

Copy link
Copy Markdown
Contributor

Trivy image scan report

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

No Vulnerabilities found

No Misconfigurations found

Python

No Vulnerabilities found

No Misconfigurations found

@github-actions

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

DescriptorLinterFilesFixedErrorsWarningsElapsed time
✅ ACTIONactionlint4000.24s
✅ ACTIONzizmor4002.55s
✅ COPYPASTEjscpdyesnono0.49s
✅ DOCKERFILEhadolint1000.41s
✅ JSONjsonlint3000.12s
✅ JSONprettier3000.49s
✅ JSONv8r3002.12s
✅ MARKDOWNmarkdownlint1000.53s
✅ MARKDOWNmarkdown-table-formatter1000.45s
✅ PYTHONbandit1002.58s
✅ PYTHONblack1001.4s
✅ PYTHONflake81001.26s
✅ PYTHONisort1000.4s
✅ PYTHONmypy1004.35s
✅ PYTHONpylint1005.66s
✅ PYTHONpyright1001.72s
✅ PYTHONruff1000.29s
✅ REPOSITORYbetterleaksyesnono1.84s
✅ REPOSITORYcheckovyesnono32.58s
✅ REPOSITORYdustilockyesnono0.05s
✅ REPOSITORYgitleaksyesnono1.8s
✅ REPOSITORYgit_diffyesnono0.01s
✅ REPOSITORYgrypeyesnono73.8s
✅ REPOSITORYkingfisheryesnono13.11s
✅ REPOSITORYosv-scanneryesnono0.16s
✅ REPOSITORYsecretlintyesnono1.57s
✅ REPOSITORYsyftyesnono3.41s
✅ REPOSITORYtrivyyesnono12.26s
✅ REPOSITORYtrivy-sbomyesnono0.17s
✅ REPOSITORYtrufflehogyesnono3.84s
✅ YAMLprettier7001.09s
✅ YAMLv8r7007.74s
✅ YAMLyamllint7000.68s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

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@9.6.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_GITLEAKS,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 graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate
renovateBot merged commit 4a09947 into masterAug 3, 2026
39 checks passed
@renovate
renovateBot deleted the renovate/all-minor-patch branch August 3, 2026 06:56
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.11.46 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for freeto 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.

0 participants