Skip to content

Bump the ci-dependencies group with 8 updates#195

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/ci-dependencies-3245bff0ae
Closed

Bump the ci-dependencies group with 8 updates#195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/ci-dependencies-3245bff0ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the ci-dependencies group with 8 updates:

Package From To
darbiadev/.github/.github/workflows/docker-build-push.yaml 13.0.3 15.2.0
actions/checkout 4.1.2 6.0.2
actions/dependency-review-action 4.2.5 4.9.0
darbiadev/.github/.github/workflows/generic-precommit.yaml 13.0.3 15.2.0
darbiadev/.github/.github/workflows/python-lint.yaml 13.0.3 15.2.0
darbiadev/.github/.github/workflows/python-test.yaml 13.0.3 15.2.0
darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml 13.0.3 15.2.0
getsentry/action-release 1.7.0 3.6.0

Updates darbiadev/.github/.github/workflows/docker-build-push.yaml from 13.0.3 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/docker-build-push.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

v15.1.0

What's Changed

Full Changelog: darbiadev/.github@v15.0.0...v15.1.0

v15.0.0

What's Changed

Full Changelog: darbiadev/.github@v14.1.0...v15.0.0

v14.1.0

What's Changed

Full Changelog: darbiadev/.github@v14.0.0...v14.1.0

v14.0.0

What's Changed

Full Changelog: darbiadev/.github@v13.1.2...v14.0.0

v13.1.2

What's Changed

... (truncated)

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • 45471b5 build(deps): bump the callable-workflows group with 5 updates (#158)
  • a1fe1d8 build(deps): bump the callable-workflows group across 1 directory with 3 upda...
  • f98fb33 build(deps): bump the callable-workflows group with 4 updates (#155)
  • e22a8d2 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • 9dee814 build(deps): bump darbiadev/.github (#151)
  • 91dda16 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • Additional commits viewable in compare view

Updates actions/checkout from 4.1.2 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates actions/dependency-review-action from 4.2.5 to 4.9.0

Release notes

Sourced from actions/dependency-review-action's releases.

Dependency Review Action 4.9.0

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.8.3...v4.9.0

4.8.3

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3

v4.8.2

Minor fixes:

... (truncated)

Commits
  • 2031cfc Merge pull request #1064 from actions/ahpook/release-4.9.0
  • d02fa39 Updates for release 4.9.0
  • 4038a34 Merge pull request #1021 from actions/dependabot/github_actions/actions/check...
  • a632b83 Merge pull request #1058 from actions/dependabot/github_actions/actions/stale...
  • 57a3d46 Merge pull request #1060 from jantiebot/main
  • 5ecdc4b Merge pull request #1045 from forks-felickz/main
  • e8c2f9a fix: remove inferrable type annotation to pass eslint
  • 0e129e1 Prettier - Refactor summary table rendering for improved readability
  • aa60746 Add 'show-patched-versions' option to configuration and update summary handling
  • e404798 Merge upstream actions/dependency-review-action main
  • Additional commits viewable in compare view

Updates darbiadev/.github/.github/workflows/generic-precommit.yaml from 13.0.3 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/generic-precommit.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

v15.1.0

What's Changed

Full Changelog: darbiadev/.github@v15.0.0...v15.1.0

v15.0.0

What's Changed

Full Changelog: darbiadev/.github@v14.1.0...v15.0.0

v14.1.0

What's Changed

Full Changelog: darbiadev/.github@v14.0.0...v14.1.0

v14.0.0

What's Changed

Full Changelog: darbiadev/.github@v13.1.2...v14.0.0

v13.1.2

What's Changed

... (truncated)

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • 45471b5 build(deps): bump the callable-workflows group with 5 updates (#158)
  • a1fe1d8 build(deps): bump the callable-workflows group across 1 directory with 3 upda...
  • f98fb33 build(deps): bump the callable-workflows group with 4 updates (#155)
  • e22a8d2 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • 9dee814 build(deps): bump darbiadev/.github (#151)
  • 91dda16 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • Additional commits viewable in compare view

Updates darbiadev/.github/.github/workflows/python-lint.yaml from 13.0.3 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/python-lint.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

v15.1.0

What's Changed

Full Changelog: darbiadev/.github@v15.0.0...v15.1.0

v15.0.0

What's Changed

Full Changelog: darbiadev/.github@v14.1.0...v15.0.0

v14.1.0

What's Changed

Full Changelog: darbiadev/.github@v14.0.0...v14.1.0

v14.0.0

What's Changed

Full Changelog: darbiadev/.github@v13.1.2...v14.0.0

v13.1.2

What's Changed

... (truncated)

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • 45471b5 build(deps): bump the callable-workflows group with 5 updates (#158)
  • a1fe1d8 build(deps): bump the callable-workflows group across 1 directory with 3 upda...
  • f98fb33 build(deps): bump the callable-workflows group with 4 updates (#155)
  • e22a8d2 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • 9dee814 build(deps): bump darbiadev/.github (#151)
  • 91dda16 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • Additional commits viewable in compare view

Updates darbiadev/.github/.github/workflows/python-test.yaml from 13.0.3 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/python-test.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

v15.1.0

What's Changed

Full Changelog: darbiadev/.github@v15.0.0...v15.1.0

v15.0.0

What's Changed

Full Changelog: darbiadev/.github@v14.1.0...v15.0.0

v14.1.0

What's Changed

Full Changelog: darbiadev/.github@v14.0.0...v14.1.0

v14.0.0

What's Changed

Full Changelog: darbiadev/.github@v13.1.2...v14.0.0

v13.1.2

What's Changed

... (truncated)

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • 45471b5 build(deps): bump the callable-workflows group with 5 updates (#158)
  • a1fe1d8 build(deps): bump the callable-workflows group across 1 directory with 3 upda...
  • f98fb33 build(deps): bump the callable-workflows group with 4 updates (#155)
  • e22a8d2 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • 9dee814 build(deps): bump darbiadev/.github (#151)
  • 91dda16 build(deps): bump the callable-workflows group across 1 directory with 11 upd...
  • Additional commits viewable in compare view

Updates darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml from 13.0.3 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

v15.1.0

What's Changed

Full Changelog: darbiadev/.github@v15.0.0...v15.1.0

v15.0.0

What's Changed

Full Changelog: darbiadev/.github@v14.1.0...v15.0.0

v14.1.0

What's Changed

Full Changelog: darbiadev/.github@v14.0.0...v14.1.0

v14.0.0

What's Changed

Bumps the ci-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [darbiadev/.github/.github/workflows/docker-build-push.yaml](https://github.com/darbiadev/.github) | `13.0.3` | `15.2.0` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.2` | `6.0.2` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.2.5` | `4.9.0` |
| [darbiadev/.github/.github/workflows/generic-precommit.yaml](https://github.com/darbiadev/.github) | `13.0.3` | `15.2.0` |
| [darbiadev/.github/.github/workflows/python-lint.yaml](https://github.com/darbiadev/.github) | `13.0.3` | `15.2.0` |
| [darbiadev/.github/.github/workflows/python-test.yaml](https://github.com/darbiadev/.github) | `13.0.3` | `15.2.0` |
| [darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml](https://github.com/darbiadev/.github) | `13.0.3` | `15.2.0` |
| [getsentry/action-release](https://github.com/getsentry/action-release) | `1.7.0` | `3.6.0` |


Updates `darbiadev/.github/.github/workflows/docker-build-push.yaml` from 13.0.3 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@29197a3...4401664)

Updates `actions/checkout` from 4.1.2 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...de0fac2)

Updates `actions/dependency-review-action` from 4.2.5 to 4.9.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@5bbc3ba...2031cfc)

Updates `darbiadev/.github/.github/workflows/generic-precommit.yaml` from 13.0.3 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@29197a3...4401664)

Updates `darbiadev/.github/.github/workflows/python-lint.yaml` from 13.0.3 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@29197a3...4401664)

Updates `darbiadev/.github/.github/workflows/python-test.yaml` from 13.0.3 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@29197a3...4401664)

Updates `darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml` from 13.0.3 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@29197a3...4401664)

Updates `getsentry/action-release` from 1.7.0 to 3.6.0
- [Release notes](https://github.com/getsentry/action-release/releases)
- [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md)
- [Commits](getsentry/action-release@e769183...5657c9e)

---
updated-dependencies:
- dependency-name: darbiadev/.github/.github/workflows/docker-build-push.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: actions/dependency-review-action
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
- dependency-name: darbiadev/.github/.github/workflows/generic-precommit.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: darbiadev/.github/.github/workflows/python-lint.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: darbiadev/.github/.github/workflows/python-test.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: getsentry/action-release
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 08:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/github_actions/ci-dependencies-3245bff0ae branch May 1, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant