Dependabot updates - #50
Merged
Merged
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.3 to 1.8.0. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](mojohaus/flatten-maven-plugin@1.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 6. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tarides/changelog-check-action](https://github.com/tarides/changelog-check-action) from 3 to 4. - [Release notes](https://github.com/tarides/changelog-check-action/releases) - [Commits](tarides/changelog-check-action@v3...v4) --- updated-dependencies: - dependency-name: tarides/changelog-check-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `spring.boot.version` from 4.1.0 to 4.1.1. Updates `org.springframework.boot:spring-boot-dependencies` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
This PR bumps several dependency versions across GitHub Actions workflows and pom.xml. The main concerns are:
- In
linter.ymlandtest.yml,actions/checkoutis bumped tov7andactions/setup-javatov6— these version tags do not exist for those actions (comments already posted for those files). - In
main.ymlandpr.yml, theactions/checkoutSHA was swapped but the inline# v6comment was left unchanged — this makes the human-readable version reference stale and misleading, defeating the security purpose of commit-pinning with a version comment. Please verify the correct version tag for the new SHA and update the comments in both files accordingly (lines 20 & 47 inmain.yml, lines 27 & 55 inpr.yml).
The pom.xml version bumps (spring.boot.version 4.1.0→4.1.1, flatten-maven-plugin 1.7.3→1.8.0, maven-enforcer-plugin 3.6.2→3.6.3) look like straightforward patch/minor updates with no issues.
PR Bot Information
Version: 1.31.2
- Correlation ID:
8ee60ad0-a530-11f1-99ef-d586ace9fc69 - File Content Strategy: Full file content
- Event Trigger:
pull_request.opened - LLM:
anthropic--claude-4.6-sonnet
| - uses: actions/checkout@v7 | ||
| - name: Set up JDK 21 | ||
| uses: actions/setup-java@v5 | ||
| uses: actions/setup-java@v6 |
Contributor
There was a problem hiding this comment.
Bug: actions/setup-java@v6 does not appear to be a valid published release of the actions/setup-java action. Using an unrecognised version tag will cause the workflow job to fail. Consider using the correct latest stable version instead.
Please provide feedback on the review comment by checking the appropriate box:
- 🌟 Awesome comment, a human might have missed that.
- ✅ Helpful comment
- 🤷 Neutral
- ❌ This comment is not helpful
lisajulia
force-pushed
the
dependabot-updates
branch
from
August 31, 2026 11:47
4fdfbaf to
eb62804
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.
Bump GitHub Actions and Maven Plugin Versions
Chore
🔧 Updated GitHub Actions workflow dependencies and Maven plugin versions to their latest releases as part of routine dependency maintenance.
Changes
.github/workflows/check-changelog.yml: Bumpedtarides/changelog-check-actionfromv3tov4..github/workflows/linter.yml: Updatedactions/checkoutfromv6tov7andactions/setup-javafromv5tov6..github/workflows/main.yml: Updated pinned commit hash foractions/checkout(de0fac2e...→3d3c42e5...) used in both Blackduck and CodeQL scan steps..github/workflows/pr.yml: Same pinned commit hash update foractions/checkoutas inmain.yml, applied to both Blackduck and CodeQL scan steps..github/workflows/test.yml: Updatedactions/checkoutfromv6tov7.pom.xml: Bumped the following dependency/plugin versions:spring.boot.version:4.1.0→4.1.1flatten-maven-plugin:1.7.3→1.8.0maven-enforcer-plugin:3.6.2→3.6.3PR Bot Information
Version:
1.31.2pull_request.openedanthropic--claude-4.6-sonnet8ee60ad0-a530-11f1-99ef-d586ace9fc69