build(deps): bump the prod-github-actions group across 1 directory with 4 updates#254
Merged
mrudatsprint merged 2 commits intomainfrom Dec 10, 2025
Conversation
e29b92e to
6257040
Compare
Contributor
|
@dependabot recreate |
…th 4 updates Bumps the prod-github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [reviewdog/action-setup](https://github.com/reviewdog/action-setup) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `github/codeql-action` from 4.31.2 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.31.2...v4.31.5) Updates `reviewdog/action-setup` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](reviewdog/action-setup@d8edfce...d8a7baa) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-github-actions - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: reviewdog/action-setup dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
6257040 to
cd2cf36
Compare
mrudatsprint
approved these changes
Dec 10, 2025
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions dependencies to their latest versions, primarily bumping checkout action from v5 to v6 (which adds Node.js 24 support and changes credential storage), CodeQL action to v4.31.7 for updated security scanning capabilities, reviewdog setup to v1.5.0, and setup-python to v6.1.0 with new pip-install support.
Key Changes:
- Upgrade actions/checkout from v5 to v6 across all workflows
- Update github/codeql-action from v4.31.2 to v4.31.7
- Bump reviewdog/action-setup from v1.4.0 to v1.5.0
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/unit-test.yml | Updates checkout action to v6 |
| .github/workflows/release.yml | Updates checkout action to v6 in multiple jobs |
| .github/workflows/release-publish-ossrh.yml | Updates checkout action to v6 |
| .github/workflows/prerelease-publish-local.yml | Updates checkout action to v6 |
| .github/workflows/mobsf.yml | Updates checkout, setup-python, reviewdog-setup, and codeql-action versions |
| .github/workflows/lint.yml | Updates reviewdog-setup, checkout, and codeql-action versions |
| .github/workflows/e2e-test-fusionauth-matrix-android-latest.yml | Updates checkout action to v6 |
| .github/workflows/e2e-test-fusionauth-latest-android-matrix.yml | Updates checkout action to v6 |
| .github/workflows/e2e-test-fusionauth-latest-android-latest.yml | Updates checkout action to v6 |
| .github/workflows/documentation.yml | Updates checkout action to v6 |
| .github/workflows/detekt.yml | Updates reviewdog-setup, checkout, and codeql-action versions |
| .github/workflows/codeql.yml | Updates checkout and codeql-action versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps the prod-github-actions group with 4 updates in the / directory: actions/checkout, github/codeql-action, reviewdog/action-setup and actions/setup-python.
Updates
actions/checkoutfrom 5 to 6Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)Updates
github/codeql-actionfrom 4.31.2 to 4.31.5Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
Commits
fdbfb4dMerge pull request #3322 from github/update-v4.31.5-ec2ee575c81f6d64Update changelog for v4.31.5ec2ee57Merge pull request #3321 from github/update-bundle/codeql-bundle-v2.23.6ecc8787Add changelog note1d2a238Update default bundle to codeql-bundle-v2.23.6ce729e4Merge pull request #3315 from github/henrymercer/dead-code-eliminationac359aaAdd return type112cd07Merge branch 'main' into henrymercer/dead-code-elimination0b43179Merge pull request #3306 from github/dependabot/npm_and_yarn/types/sinon-21.0.0e818008Merge pull request #3305 from github/dependabot/npm_and_yarn/eslint/compat-2.0.0Updates
reviewdog/action-setupfrom 1.4.0 to 1.5.0Release notes
Sourced from reviewdog/action-setup's releases.
Commits
d8a7baaMerge pull request #74 from reviewdog/depup/reviewdogb041f0dMerge pull request #75 from reviewdog/renovate/reviewdog-action-misspell-1.x05dc1a3Merge pull request #73 from reviewdog/renovate/chainguard-dev-actions-digestf2ffb34Merge pull request #68 from reviewdog/renovate/reviewdog-action-shellcheck-1.x28695c5Merge pull request #67 from reviewdog/renovate/reviewdog-action-actionlint-1.x65d14e0chore(deps): update reviewdog/action-misspell action to v1.27.0f3a4e22Merge pull request #64 from reviewdog/renovate/haya14busa-action-bumpr-1.xf257542chore(deps): update reviewdog/action-actionlint action to v1.68.078083cbchore(deps): update chainguard-dev/actions digest to 4aa34020eb086bMerge pull request #76 from reviewdog/renovate/actions-checkout-5.xUpdates
actions/setup-pythonfrom 6.0.0 to 6.1.0Release notes
Sourced from actions/setup-python's releases.
Commits
83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...2e3e4b1Add support for pip-install input (#1201)4267e28Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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