Skip to content

chore(deps): Bump the github-actions-dependencies group across 1 directory with 6 updates - #415

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-dependencies-ccd7b0722d
Open

chore(deps): Bump the github-actions-dependencies group across 1 directory with 6 updates#415
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-dependencies-ccd7b0722d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
step-security/harden-runner 2.20.0 2.21.0
github/codeql-action/init 4.37.4 4.37.9
github/codeql-action/analyze 4.37.4 4.37.9
taskmedia/action-conventional-commits 1.1.26 1.2.4
github/codeql-action/upload-sarif 4.37.4 4.37.9
python-semantic-release/python-semantic-release 10.6.1 10.6.2

Updates step-security/harden-runner from 2.20.0 to 2.21.0

Release notes

Sourced from step-security/harden-runner's releases.

v2.21.0

What's Changed

  • Support for denied endpoints in block mode. This is included in the enterprise tier. Customers can deny outbound calls, for example, to public package registries.
  • Improved Support for AWS CodeBuild GitHub Actions Runners.
  • Bug fixes.

Full Changelog: step-security/harden-runner@v2.20.1...v2.21.0

v2.20.1

What's Changed

  • AWS CodeBuild-hosted runner support
  • Implicitly allow single-labeled (internal) domains in block-mode

Full Changelog: step-security/harden-runner@v2.20.0...v2.20.1

Commits
  • 05e3151 Merge pull request #684 from step-security/rc-42
  • 0f37afa fix: ignore denied-endpoints on non-enterprise tier
  • 93b58ee fix: resolve cache host read-first and never downgrade egress policy
  • e7399dd fix: align deny-list mode detection with agent and log when both endpoint inp...
  • c16689f test: add denied_endpoints to Configuration fixtures and cover deny-list merge
  • 40b99cf Merge pull request #682 from rohan-stepsecurity/rp/feat/codebuild-self-v2
  • fedec02 Merge branch 'rc-42' into rp/feat/codebuild-self-v2
  • 5361fb1 feat: add build artifacts
  • 286474f feat: Support Bravo agent install on CodeBuild runners
  • 051ec05 Merge pull request #683 from h0x0er/jatin/deny-list
  • Additional commits viewable in compare view

Updates github/codeql-action/init from 4.37.4 to 4.37.9

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106

v4.37.8

No user facing changes.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085

v4.37.6

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

v4.37.5

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.4 to 4.37.9

Release notes

Sourced from github/codeql-action/analyze's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106

v4.37.8

No user facing changes.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085

v4.37.6

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

v4.37.5

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

Updates taskmedia/action-conventional-commits from 1.1.26 to 1.2.4

Release notes

Sourced from taskmedia/action-conventional-commits's releases.

v1.2.4

1.2.4 (2026-08-18)

Bug Fixes

  • use PAT for GH_TOKEN in release step to prevent gh credential helper override (#742) (12242f6)

v1.2.3

1.2.3 (2026-08-18)

Bug Fixes

  • use PAT for checkout to bypass bot push protection on tag force-push (#740) (fbd1183)

v1.2.2

1.2.2 (2026-08-18)

Bug Fixes

  • force git rm on orphan branch to handle modified package-lock.json (#737) (fcc00d7)

v1.2.1

1.2.1 (2026-08-18)

Bug Fixes

  • clear staged index before orphan checkout (#735) (1df3204)

1.2.0 (2026-08-18)

Bug Fixes

  • deps: pin @​babel/core to >=7.29.6 to remediate CVE (#734) (be20194)
  • pin js-yaml to >=3.15.1 via npm override to resolve CVE (#729) (0410d71)

Miscellaneous Chores

  • deps-dev: bump @​types/lodash from 4.17.23 to 4.17.24 (#705) (cfe5ba4)
  • deps-dev: bump @​types/lodash from 4.17.24 to 4.17.25 (#723) (33b6e1d)
  • deps-dev: bump @​types/node from 25.2.3 to 26.2.0 (#703) (90d4248)
  • deps-dev: bump @​typescript-eslint/eslint-plugin (#697) (8abc38c)
  • deps-dev: bump @​typescript-eslint/parser from 8.53.0 to 8.55.0 (#698) (7baa957)
  • deps-dev: bump brace-expansion from 1.1.12 to 1.1.18 (#727) (b8cf06d)
  • deps-dev: bump eslint from 9.39.2 to 10.8.1 (#719) (6dd3361)

... (truncated)

Changelog

Sourced from taskmedia/action-conventional-commits's changelog.

Changelog

1.2.4 (2026-08-18)

Bug Fixes

  • use PAT for GH_TOKEN in release step to prevent gh credential helper override (#742) (12242f6)

1.2.3 (2026-08-18)

Bug Fixes

  • use PAT for checkout to bypass bot push protection on tag force-push (#740) (fbd1183)

1.2.2 (2026-08-18)

Bug Fixes

  • force git rm on orphan branch to handle modified package-lock.json (#737) (fcc00d7)

1.2.1 (2026-08-18)

Bug Fixes

  • clear staged index before orphan checkout (#735) (1df3204)

1.2.0 (2026-08-18)

Bug Fixes

  • deps: pin @​babel/core to >=7.29.6 to remediate CVE (#734) (be20194)
  • pin js-yaml to >=3.15.1 via npm override to resolve CVE (#729) (0410d71)

Miscellaneous Chores

  • deps-dev: bump @​types/lodash from 4.17.23 to 4.17.24 (#705) (cfe5ba4)
  • deps-dev: bump @​types/lodash from 4.17.24 to 4.17.25 (#723) (33b6e1d)
  • deps-dev: bump @​types/node from 25.2.3 to 26.2.0 (#703) (90d4248)
  • deps-dev: bump @​typescript-eslint/eslint-plugin (#697) (8abc38c)
  • deps-dev: bump @​typescript-eslint/parser from 8.53.0 to 8.55.0 (#698) (7baa957)
  • deps-dev: bump brace-expansion from 1.1.12 to 1.1.18 (#727) (b8cf06d)
  • deps-dev: bump eslint from 9.39.2 to 10.8.1 (#719) (6dd3361)
  • deps-dev: bump eslint-plugin-github from 6.0.0 to 6.1.2 (#714) (829e8d9)
  • deps-dev: bump eslint-plugin-jest from 29.12.1 to 29.15.0 (#699) (fcc4133)

... (truncated)

Commits
  • 3a8af21 chore(release): 1.2.4 (#743)
  • 12242f6 fix: use PAT for GH_TOKEN in release step to prevent gh credential helper ove...
  • 3f0a9b5 chore(release): 1.2.3 (#741)
  • fbd1183 fix: use PAT for checkout to bypass bot push protection on tag force-push (#740)
  • 40643e9 chore(release): 1.2.2 (#738)
  • fcc00d7 fix: force git rm on orphan branch to handle modified package-lock.json (#737)
  • d325ad9 chore(release): 1.2.1 (#736)
  • 1df3204 fix: clear staged index before orphan checkout (#735)
  • c6cefce chore(release): 1.2.0 (#733)
  • be20194 fix(deps): pin @​babel/core to >=7.29.6 to remediate CVE (#734)
  • Additional commits viewable in compare view

Updates github/codeql-action/upload-sarif from 4.37.4 to 4.37.9

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106

v4.37.8

No user facing changes.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085

v4.37.6

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

v4.37.5

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

Updates python-semantic-release/python-semantic-release from 10.6.1 to 10.6.2

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v10.6.2 (2026-08-28)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-changelog: Fix reading of TOML when file was created on Windows (9a56ace)

  • config: Validate commit author in config internally (PR#1477, 10afa8e)

⚙️ Build System

  • deps: Adjust importlib use to maintain 3.8 support (59fea4f)

  • deps: Bump rich requirement from v14.0+ to v15.0+ (PR#1464, abd942d)

  • deps: Bump tomlkit requirement to ~=0.15.0 (PR#1463, 429588d)

✅ Resolved Issues

  • #1476: Bug: GitPython v3.1.60 removed Actor.name_email_regex, breaking every config load

Detailed Changes: v10.6.1...v10.6.2


Installable artifacts are available from:

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

.. _changelog:

========= CHANGELOG

.. _changelog-v10.6.2:

v10.6.2 (2026-08-28)

🪲 Bug Fixes

  • cmd-changelog: Fix reading of TOML when file was created on Windows (9a56ace_)

  • config: Validate commit author in config internally, closes [#1476](https://github.com/python-semantic-release/python-semantic-release/issues/1476)_ (PR#1477, 10afa8e)

⚙️ Build System

  • deps: Adjust importlib use to maintain 3.8 support (59fea4f_)

  • deps: Bump rich requirement from v14.0+ to v15.0+ (PR#1464, abd942d)

  • deps: Bump tomlkit requirement to ~=0.15.0 (PR#1463, 429588d)

.. _#1476: python-semantic-release/python-semantic-release#1476 .. _10afa8e: python-semantic-release/python-semantic-release@10afa8e .. _429588d: python-semantic-release/python-semantic-release@429588d .. _59fea4f: python-semantic-release/python-semantic-release@59fea4f .. _9a56ace: python-semantic-release/python-semantic-release@9a56ace .. _abd942d: python-semantic-release/python-semantic-release@abd942d .. _PR#1463: python-semantic-release/python-semantic-release#1463 .. _PR#1464: python-semantic-release/python-semantic-release#1464 .. _PR#1477: python-semantic-release/python-semantic-release#1477

.. _changelog-v10.6.1:

v10.6.1 (2026-07-06)

🪲 Bug Fixes

  • changelog: Fix handling of whitespace commit bodies in changelog template filter (PR#1457, d95e46e)

  • cmd-version: Fix non-styled error msg when strict & no new version, closes [#1423](https://github.com/python-semantic-release/python-semantic-release/issues/1423)_

... (truncated)

Commits
  • 9a026e9 chore: release v10.6.2
  • 10afa8e fix(config): validate commit author in config internally (#1477)
  • 414e8fb ci(validate): improve Windows e2e test reliability
  • 9a56ace fix(cmd-changelog): fix reading of TOML when file was created on Windows
  • 7df3d73 test(util): add additional clarity for e2e test failure
  • c74aa3b refactor(deps): adjust dependency paradigm to maximize compatibility (#1466)
  • abd942d build(deps): bump rich requirement from v14.0+ to v15.0+ (#1464)
  • de32322 refactor(cmd-changelog): adjust import to chosing appropriate importlib when ...
  • df34b89 test: refactor for chosing correct importlib when needed
  • 59fea4f build(deps): adjust importlib use to maintain 3.8 support
  • Additional commits viewable in compare view

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 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

…ctory with 6 updates

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

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.20.0` | `2.21.0` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.4` | `4.37.9` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.4` | `4.37.9` |
| [taskmedia/action-conventional-commits](https://github.com/taskmedia/action-conventional-commits) | `1.1.26` | `1.2.4` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.4` | `4.37.9` |
| [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `10.6.1` | `10.6.2` |



Updates `step-security/harden-runner` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@bf7454d...05e3151)

Updates `github/codeql-action/init` from 4.37.4 to 4.37.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f205ea1...cdf488f)

Updates `github/codeql-action/analyze` from 4.37.4 to 4.37.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f205ea1...cdf488f)

Updates `taskmedia/action-conventional-commits` from 1.1.26 to 1.2.4
- [Release notes](https://github.com/taskmedia/action-conventional-commits/releases)
- [Changelog](https://github.com/taskmedia/action-conventional-commits/blob/main/CHANGELOG.md)
- [Commits](taskmedia/action-conventional-commits@e611e6d...3a8af21)

Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f205ea1...cdf488f)

Updates `python-semantic-release/python-semantic-release` from 10.6.1 to 10.6.2
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@39dd205...9a026e9)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: taskmedia/action-conventional-commits
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-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 Aug 31, 2026
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.

0 participants