Skip to content

CHORE: Bump the actions group across 1 directory with 9 updates - #1743

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/actions-a384612f92
Open

CHORE: Bump the actions group across 1 directory with 9 updates#1743
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/actions-a384612f92

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 9 updates in the / directory:

Package From To
ansys/actions/build-library 11.0.2 11.0.3
ansys/actions/release-github 11.0.2 11.0.3
github/codeql-action/init 4.37.7 4.37.8
github/codeql-action/autobuild 4.37.7 4.37.8
github/codeql-action/analyze 4.37.7 4.37.8
ansys/actions/build-wheelhouse 11.0.2 11.0.3
ansys/actions/code-style 11.0.2 11.0.3
ansys/actions/doc-style 11.0.2 11.0.3
ansys/actions/tests-pytest 11.0.2 11.0.3

Updates ansys/actions/build-library from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/build-library's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

Updates ansys/actions/release-github from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/release-github's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

Updates github/codeql-action/init from 4.37.7 to 4.37.8

Release notes

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

v4.37.8

No user facing changes.

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
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

Updates github/codeql-action/autobuild from 4.37.7 to 4.37.8

Release notes

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

v4.37.8

No user facing changes.

Changelog

Sourced from github/codeql-action/autobuild'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
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.7 to 4.37.8

Release notes

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

v4.37.8

No user facing changes.

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
  • db488dd Merge pull request #4102 from github/update-v4.37.8-9ee088e13
  • 1845f5b Update changelog for v4.37.8
  • 9ee088e Merge pull request #4080 from github/henrymercer/studious-giggle
  • 1aef003 Address review feedback on overlay disk flags
  • 508b83b Merge main into overlay minimum disk feature branch
  • d97b342 Merge pull request #4098 from github/mbg/permission-error-as-configuration-error
  • 47fa622 Make EACCES a ConfigurationError
  • 45693cc Refactor ENOSPC check into isDiskConfigurationError function
  • c2fd8f5 Merge pull request #4081 from github/mario-campos/version-cache-to-disk
  • c56f48e Log unexpected conditions during caching CLI output
  • Additional commits viewable in compare view

Updates ansys/actions/build-wheelhouse from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/build-wheelhouse's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

Updates ansys/actions/code-style from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/code-style's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

Updates ansys/actions/doc-style from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/doc-style's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

Updates ansys/actions/tests-pytest from 11.0.2 to 11.0.3

Release notes

Sourced from ansys/actions/tests-pytest's releases.

v11.0.3

If you are migrating the actions of your project to a new major release, breaking changes can be expected. To make sure everything is compatible with your current workflow, refer to the Migration Guide for v11 to find out more about new features and potential breaking changes.

Full Changelog: ansys/actions@v11.0.2...v11.0.3

Commits
  • 7e89e00 chore: updating CHANGELOG for v11.0.3
  • 5ccbae1 release: v11.0.3
  • cd4adc0 fix(build-library): use uv run python for version lookup when uv is availab...
  • See full diff in compare view

@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 19:39
@dependabot dependabot Bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Aug 31, 2026
@pyansys-ci-bot pyansys-ci-bot added the skip-doc Skips the documentation build job in CI label Aug 31, 2026
@pyansys-ci-bot
pyansys-ci-bot enabled auto-merge (squash) August 31, 2026 19:39
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@github-actions github-actions Bot added the ci/cd Involves the GitHub workflow files label Aug 31, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Aug 31, 2026
@dependabot dependabot Bot changed the title CHORE: Bump the actions group with 9 updates CHORE: Bump the actions group across 1 directory with 9 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-a384612f92 branch from 216cb02 to 3510801 Compare September 1, 2026 12:09
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-a384612f92 branch from e118a57 to e6cb9b0 Compare September 1, 2026 12:17
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-a384612f92 branch from e1e638e to 613f582 Compare September 1, 2026 12:24
Bumps the actions group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansys/actions/build-library](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |
| [ansys/actions/release-github](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` |
| [github/codeql-action/autobuild](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` |
| [ansys/actions/build-wheelhouse](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |
| [ansys/actions/code-style](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |
| [ansys/actions/doc-style](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |
| [ansys/actions/tests-pytest](https://github.com/ansys/actions) | `11.0.2` | `11.0.3` |



Updates `ansys/actions/build-library` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

Updates `ansys/actions/release-github` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

Updates `github/codeql-action/init` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `github/codeql-action/autobuild` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff2f1c6...db488dd)

Updates `ansys/actions/build-wheelhouse` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

Updates `ansys/actions/code-style` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

Updates `ansys/actions/doc-style` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

Updates `ansys/actions/tests-pytest` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/ansys/actions/releases)
- [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md)
- [Commits](ansys/actions@0b23d99...7e89e00)

---
updated-dependencies:
- dependency-name: ansys/actions/build-library
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys/actions/build-wheelhouse
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys/actions/code-style
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys/actions/doc-style
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys/actions/release-github
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ansys/actions/tests-pytest
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action/autobuild
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-a384612f92 branch from 7a8808e to da87c83 Compare September 1, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd Involves the GitHub workflow files dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related skip-doc Skips the documentation build job in CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant