Skip to content

chore(github-actions): bump the all-version-updates group with 4 updates#161

Merged
sefornes merged 1 commit intomainfrom
dependabot/github_actions/all-version-updates-1dadcda90e
Mar 16, 2026
Merged

chore(github-actions): bump the all-version-updates group with 4 updates#161
sefornes merged 1 commit intomainfrom
dependabot/github_actions/all-version-updates-1dadcda90e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the all-version-updates group with 4 updates: actions/setup-node, equinor/ops-actions/.github/workflows/zizmor-codeql.yml, github/codeql-action and equinor/ops-actions/.github/workflows/commitlint.yml.

Updates actions/setup-node from 6.2.0 to 6.3.0

Release notes

Sourced from actions/setup-node's releases.

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

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

Commits

Updates equinor/ops-actions/.github/workflows/zizmor-codeql.yml from 9.33.0 to 9.35.0

Release notes

Sourced from equinor/ops-actions/.github/workflows/zizmor-codeql.yml's releases.

v9.35.0

9.35.0 (2026-03-04)

Features

  • python-package: specify version of Python to install (#953) (f3cd9d9)

v9.34.1

9.34.1 (2026-03-03)

Bug Fixes

  • trivy-config-codeql: failing to install Trivy v0.69.1 (#952) (efe4e54)

Dependencies

  • bump actions/download-artifact from 7.0.0 to 8.0.0 (#951) (015ed2c)
  • bump azure/functions-action from 1.5.3 to 1.5.4 (#946) (4e3905e)
  • bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950) (cb0cf7b)

v9.34.0

9.34.0 (2026-02-27)

Features

Dependencies

  • bump actions/cache from 5.0.2 to 5.0.3 (#943) (4f9863b)
  • bump actions/setup-python from 6.1.0 to 6.2.0 (#938) (73f88da)
  • bump astral-sh/setup-uv from 7.2.0 to 7.3.0 (#945) (4dce9d0)
  • bump docker/login-action from 3.6.0 to 3.7.0 (#942) (bcbc1b8)
  • bump super-linter/super-linter from 8.3.2 to 8.5.0 (#944) (078a083)
Changelog

Sourced from equinor/ops-actions/.github/workflows/zizmor-codeql.yml's changelog.

Changelog

9.35.0 (2026-03-04)

Features

  • python-package: specify version of Python to install (#953) (f3cd9d9)

9.34.1 (2026-03-03)

Bug Fixes

  • trivy-config-codeql: failing to install Trivy v0.69.1 (#952) (efe4e54)

Dependencies

  • bump actions/download-artifact from 7.0.0 to 8.0.0 (#951) (015ed2c)
  • bump azure/functions-action from 1.5.3 to 1.5.4 (#946) (4e3905e)
  • bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950) (cb0cf7b)

9.34.0 (2026-02-27)

Features

Dependencies

  • bump actions/cache from 5.0.2 to 5.0.3 (#943) (4f9863b)
  • bump actions/setup-python from 6.1.0 to 6.2.0 (#938) (73f88da)
  • bump astral-sh/setup-uv from 7.2.0 to 7.3.0 (#945) (4dce9d0)
  • bump docker/login-action from 3.6.0 to 3.7.0 (#942) (bcbc1b8)
  • bump super-linter/super-linter from 8.3.2 to 8.5.0 (#944) (078a083)

9.33.0 (2026-01-27)

Features

  • databricks-repos: create repo if doesn't exist (#906) (42869cb)
  • release-please-manifest: add output path_tag_names (#910) (575e66d)

Dependencies

... (truncated)

Commits
  • 8dfda59 chore: release 9.35.0 (#954)
  • f3cd9d9 feat(python-package): specify version of Python to install (#953)
  • d91c5e0 chore: release 9.34.1 (#949)
  • efe4e54 fix(trivy-config-codeql): failing to install Trivy v0.69.1 (#952)
  • 015ed2c deps: bump actions/download-artifact from 7.0.0 to 8.0.0 (#951)
  • cb0cf7b deps: bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950)
  • 4e3905e deps: bump azure/functions-action from 1.5.3 to 1.5.4 (#946)
  • 800941b chore: release 9.34.0 (#939)
  • 0b1362f feat(mkdocs): install dependency-group (#948)
  • 1327178 ci(trivy-config-codeql): fix version tag (#947)
  • Additional commits viewable in compare view

Updates github/codeql-action from 4.32.4 to 4.32.6

Release notes

Sourced from github/codeql-action's releases.

v4.32.6

  • Update default CodeQL bundle version to 2.24.3. #3548

v4.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
Changelog

Sourced from github/codeql-action's changelog.

4.32.6 - 05 Mar 2026

  • Update default CodeQL bundle version to 2.24.3. #3548

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
Commits
  • 0d579ff Merge pull request #3551 from github/update-v4.32.6-72d2d850d
  • d4c6be7 Update changelog for v4.32.6
  • 72d2d85 Merge pull request #3548 from github/update-bundle/codeql-bundle-v2.24.3
  • 23f983c Merge pull request #3544 from github/dependabot/github_actions/dot-github/wor...
  • 832e97c Merge pull request #3545 from github/dependabot/github_actions/dot-github/wor...
  • 5ef38c0 Merge pull request #3546 from github/dependabot/npm_and_yarn/tar-7.5.10
  • 80c9cda Add changelog note
  • f2669dd Update default bundle to codeql-bundle-v2.24.3
  • bd03c44 Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actio...
  • 102d762 Bump tar from 7.5.7 to 7.5.10
  • Additional commits viewable in compare view

Updates equinor/ops-actions/.github/workflows/commitlint.yml from 9.33.0 to 9.35.0

Release notes

Sourced from equinor/ops-actions/.github/workflows/commitlint.yml's releases.

v9.35.0

9.35.0 (2026-03-04)

Features

  • python-package: specify version of Python to install (#953) (f3cd9d9)

v9.34.1

9.34.1 (2026-03-03)

Bug Fixes

  • trivy-config-codeql: failing to install Trivy v0.69.1 (#952) (efe4e54)

Dependencies

  • bump actions/download-artifact from 7.0.0 to 8.0.0 (#951) (015ed2c)
  • bump azure/functions-action from 1.5.3 to 1.5.4 (#946) (4e3905e)
  • bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950) (cb0cf7b)

v9.34.0

9.34.0 (2026-02-27)

Features

Dependencies

  • bump actions/cache from 5.0.2 to 5.0.3 (#943) (4f9863b)
  • bump actions/setup-python from 6.1.0 to 6.2.0 (#938) (73f88da)
  • bump astral-sh/setup-uv from 7.2.0 to 7.3.0 (#945) (4dce9d0)
  • bump docker/login-action from 3.6.0 to 3.7.0 (#942) (bcbc1b8)
  • bump super-linter/super-linter from 8.3.2 to 8.5.0 (#944) (078a083)
Changelog

Sourced from equinor/ops-actions/.github/workflows/commitlint.yml's changelog.

Changelog

9.35.0 (2026-03-04)

Features

  • python-package: specify version of Python to install (#953) (f3cd9d9)

9.34.1 (2026-03-03)

Bug Fixes

  • trivy-config-codeql: failing to install Trivy v0.69.1 (#952) (efe4e54)

Dependencies

  • bump actions/download-artifact from 7.0.0 to 8.0.0 (#951) (015ed2c)
  • bump azure/functions-action from 1.5.3 to 1.5.4 (#946) (4e3905e)
  • bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950) (cb0cf7b)

9.34.0 (2026-02-27)

Features

Dependencies

  • bump actions/cache from 5.0.2 to 5.0.3 (#943) (4f9863b)
  • bump actions/setup-python from 6.1.0 to 6.2.0 (#938) (73f88da)
  • bump astral-sh/setup-uv from 7.2.0 to 7.3.0 (#945) (4dce9d0)
  • bump docker/login-action from 3.6.0 to 3.7.0 (#942) (bcbc1b8)
  • bump super-linter/super-linter from 8.3.2 to 8.5.0 (#944) (078a083)

9.33.0 (2026-01-27)

Features

  • databricks-repos: create repo if doesn't exist (#906) (42869cb)
  • release-please-manifest: add output path_tag_names (#910) (575e66d)

Dependencies

... (truncated)

Commits
  • 8dfda59 chore: release 9.35.0 (#954)
  • f3cd9d9 feat(python-package): specify version of Python to install (#953)
  • d91c5e0 chore: release 9.34.1 (#949)
  • efe4e54 fix(trivy-config-codeql): failing to install Trivy v0.69.1 (#952)
  • 015ed2c deps: bump actions/download-artifact from 7.0.0 to 8.0.0 (#951)
  • cb0cf7b deps: bump azure/webapps-deploy from 3.0.6 to 3.0.7 (#950)
  • 4e3905e deps: bump azure/functions-action from 1.5.3 to 1.5.4 (#946)
  • 800941b chore: release 9.34.0 (#939)
  • 0b1362f feat(mkdocs): install dependency-group (#948)
  • 1327178 ci(trivy-config-codeql): fix version tag (#947)
  • 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

Bumps the all-version-updates group with 4 updates: [actions/setup-node](https://github.com/actions/setup-node), [equinor/ops-actions/.github/workflows/zizmor-codeql.yml](https://github.com/equinor/ops-actions), [github/codeql-action](https://github.com/github/codeql-action) and [equinor/ops-actions/.github/workflows/commitlint.yml](https://github.com/equinor/ops-actions).


Updates `actions/setup-node` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@6044e13...53b8394)

Updates `equinor/ops-actions/.github/workflows/zizmor-codeql.yml` from 9.33.0 to 9.35.0
- [Release notes](https://github.com/equinor/ops-actions/releases)
- [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md)
- [Commits](equinor/ops-actions@4b121f6...8dfda59)

Updates `github/codeql-action` from 4.32.4 to 4.32.6
- [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.32.4...v4.32.6)

Updates `equinor/ops-actions/.github/workflows/commitlint.yml` from 9.33.0 to 9.35.0
- [Release notes](https://github.com/equinor/ops-actions/releases)
- [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md)
- [Commits](equinor/ops-actions@4b121f6...8dfda59)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-version-updates
- dependency-name: equinor/ops-actions/.github/workflows/zizmor-codeql.yml
  dependency-version: 9.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-version-updates
- dependency-name: github/codeql-action
  dependency-version: 4.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-version-updates
- dependency-name: equinor/ops-actions/.github/workflows/commitlint.yml
  dependency-version: 9.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-version-updates
...

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 Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 01:09
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Mar 16, 2026
@sefornes sefornes merged commit bd21a67 into main Mar 16, 2026
7 checks passed
@sefornes sefornes deleted the dependabot/github_actions/all-version-updates-1dadcda90e branch March 16, 2026 12:06
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