-
Notifications
You must be signed in to change notification settings - Fork 12
chore(deps): bump the dependencies group with 2 updates #503
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
base: main
Are you sure you want to change the base?
Conversation
Bumps the dependencies group with 2 updates: [gradle/actions](https://github.com/gradle/actions) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `gradle/actions` from 4.4.3 to 5.0.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@ed40850...4d9f0ba) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@05b42c6...4eaacf0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made. Comment |
Needs ReviewI recommend reviewing this upgrade before merging because the dependabot metadata claims to update gradle/actions to version 5.0.0, but this version does not exist yet according to the GitHub releases page - the current latest version is in the 4.x series. Additionally, the upgrade includes a high-severity security fix (CVE-2023-30853) for the deprecated gradle-build-action package, though the current codebase uses the newer gradle/actions package which replaced it. The ossf/scorecard-action patch update to 2.4.3 appears to be a routine maintenance release. Manual verification is needed to confirm the gradle/actions version is correct and that the Java release workflow functions properly with the claimed v5.0.0 update. What we checked
Dependency UsageThese GitHub Actions are used exclusively in CI/CD automation workflows: gradle/actions enables Java package publishing to Maven Central and GitHub Packages through Gradle wrapper validation and build setup, while ossf/scorecard-action performs automated supply-chain security analysis with results published to GitHub's code scanning dashboard. Together they support the release pipeline for the Java SDK package and maintain security compliance monitoring for the repository. ChangesThis pull request upgrades two GitHub Actions dependencies:
View 13 more changes
References (5)[1]: gradle/actions/wrapper-validation uses commit hash 4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 with comment '# v4', but dependabot claims this is v5.0.0
[2]: gradle/actions/setup-gradle uses same commit hash 4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 with comment '# v4' for Maven Central publishing workflow
[3]: ossf/scorecard-action updated to v2.4.3 (commit 4eaacf0543bb3f2c246792bd56e8cdeffafb205a) - routine patch update for security scanning language/.github/workflows/scorecard.yml Line 42 in 2115b16
[4]: According to web research, gradle/actions v5.0.0 does not exist yet - current latest is v4.x series, contradicting the dependabot upgrade claim from 4.4.3 to 5.0.0 (source link) [5]: gradle/actions replaced the deprecated gradle-build-action starting from v3, requiring workflow updates. The CVE-2023-30853 vulnerability applies to the old gradle-build-action package, not the current gradle/actions being used (source link) fossabot analyzed this PR using dependency research. |
Bumps the dependencies group with 2 updates: gradle/actions and ossf/scorecard-action.
Updates
gradle/actions
from 4.4.3 to 5.0.0Release notes
Sourced from gradle/actions's releases.
Commits
4d9f0ba
Bump the github-actions group across 1 directory with 2 updates (#748)4b530e3
Bump the github-actions group across 1 directory with 2 updatese60655a
Upgrade to node 24 (#721)748248d
Bump the npm-dependencies group in /sources with 5 updates (#745)81b68c9
Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre in /.github/workflo...1361730
Bump com.google.guava:guavaa86ac11
Bump the npm-dependencies group in /sources with 5 updates182e4d3
[bot] Update dist directorya48a0fa
Update known wrapper checksums (#743)6d7d019
Update known wrapper checksumsUpdates
ossf/scorecard-action
from 2.4.2 to 2.4.3Release notes
Sourced from ossf/scorecard-action's releases.
Commits
4eaacf0
bump docker to ghcr v2.4.3 (#1587)42e3a01
🌱 Bump the github-actions group with 3 updates (#1585)88c07ac
🌱 Bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.6.0 (#1579)6c690f2
Bump github.com/ossf/scorecard/v5 from v5.2.1 to v5.3.0 (#1586)92083b5
📖 Fix recommended command to test the image in development (#1583)7975ea6
🌱 Bump the docker-images group across 1 directory with 2 updates (#1...0d1a743
🌱 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#1575)46e6e0c
🌱 Bump the github-actions group with 2 updates (#1580)c3f1350
🌱 Improve printing options (#1584)43e475b
🌱 Bump golang.org/x/net from 0.42.0 to 0.44.0 (#1578)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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions