Skip to content

chore(deps): bump the github-actions group across 1 directory with 5 updates - #302

Merged
NormB merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-d71b6fb066
Sep 3, 2026
Merged

chore(deps): bump the github-actions group across 1 directory with 5 updates#302
NormB merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-d71b6fb066

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates in the / directory:

Package From To
actions/checkout 6 7
hadolint/hadolint-action 3.3.0 3.5.0
actions/setup-python 6 7
DavidAnson/markdownlint-cli2-action 23 24
actions/setup-go 6 7

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

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

v6.0.2

What's Changed

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

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

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

... (truncated)

Commits

Updates hadolint/hadolint-action from 3.3.0 to 3.5.0

Release notes

Sourced from hadolint/hadolint-action's releases.

v3.5.0

3.5.0 (2026-08-24)

Features

  • Bump Hadolint to v2.15.1 (941db07)

v3.4.0

3.4.0 (2026-07-30)

Features

  • Bump Hadolint to v2.15.0 (2a66e89)
Commits
  • 06be81b Merge pull request #107 from gizero/bump-hadolint-base-image-to-2.15.1
  • 941db07 feat: Bump Hadolint to v2.15.1
  • d0e9595 Merge pull request #106 from m-ildefons/gh-78
  • df662ab Problem Matcher: Capture code and severity
  • 32c6895 Merge pull request #85 from rjbell4/patch-1
  • 146301c Merge pull request #105 from m-ildefons/gh-100
  • df8eaaf CI: run integration tests with different runners
  • 2a66e89 feat: Bump Hadolint to v2.15.0
  • 75bb911 fixup! Update hadolint.sh
  • 631cc83 Update repository reference in problem-matcher.json
  • See full diff in compare view

Updates actions/setup-python from 6 to 7

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Updates DavidAnson/markdownlint-cli2-action from 23 to 24

Commits
  • 21c1be1 Update to version 24.2.0.
  • cb5282d Freshen generated package-lock.json file, freshen generated index.js file.
  • d36517c Add eslint-package-json/all to lint script, address new issues.
  • 57b7f61 Refactor eslint.config.mjs to use defineConfig, change eslint-plugin-n from "...
  • fe75d07 Address new lint error from previous commit, freshen generated index.js file.
  • cea0e19 Bump eslint-plugin-unicorn from 71.1.0 to 72.0.0
  • 5137af3 Freshen generated index.js file.
  • ab8971b Bump markdownlint-cli2 from 0.23.1 to 0.23.2
  • 92a0fc4 Bump actions/setup-node from 6 to 7
  • 03ca1e4 Bump eslint from 10.6.0 to 10.7.0
  • Additional commits viewable in compare view

Updates actions/setup-go from 6 to 7

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

What's Changed

Dependency update

New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 2, 2026
…updates

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) | `3.3.0` | `3.5.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` |
| [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `23` | `24` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6` | `7` |



Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `hadolint/hadolint-action` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/hadolint/hadolint-action/releases)
- [Commits](hadolint/hadolint-action@v3.3.0...v3.5.0)

Updates `actions/setup-python` from 6 to 7
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

Updates `DavidAnson/markdownlint-cli2-action` from 23 to 24
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v23...v24)

Updates `actions/setup-go` from 6 to 7
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '24'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: hadolint/hadolint-action
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the github-actions group with 5 updates chore(deps): bump the github-actions group across 1 directory with 5 updates Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-d71b6fb066 branch from 607800a to 1d34d15 Compare September 3, 2026 07:25
@NormB
NormB merged commit 9e99187 into main Sep 3, 2026
25 of 31 checks passed
@NormB
NormB deleted the dependabot/github_actions/github-actions-d71b6fb066 branch September 3, 2026 12:27
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