Skip to content

chore(deps): Bump the github-actions-dependencies group with 2 updates #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the github-actions-dependencies group with 2 updates: github/codeql-action and python-semantic-release/python-semantic-release.

Updates github/codeql-action from 3.29.4 to 3.29.5

Release notes

Sourced from github/codeql-action's releases.

v3.29.5

CodeQL Action Changelog

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

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action'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.

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.21 - 28 July 2025

No user facing changes.

3.28.20 - 21 July 2025

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

... (truncated)

Commits
  • 51f7732 Merge pull request #2997 from github/update-v3.29.5-80a09d7b0
  • 8e90243 Update changelog for v3.29.5
  • 80a09d7 Merge pull request #2996 from github/dependabot/npm_and_yarn/npm-240ab9fad0
  • 8388115 Merge pull request #2994 from github/mergeback/changelog/v3.28.21
  • 401ecaf Merge branch 'main' into mergeback/changelog/v3.28.21
  • ab5c0c5 Merge branch 'main' into dependabot/npm_and_yarn/npm-240ab9fad0
  • cd264d4 Merge pull request #2986 from github/update-bundle/codeql-bundle-v2.22.2
  • 4599055 Merge branch 'main' into update-bundle/codeql-bundle-v2.22.2
  • fd7ad51 Merge pull request #2971 from github/update-supported-enterprise-server-versions
  • ac0c9bf Merge branch 'main' into update-supported-enterprise-server-versions
  • Additional commits viewable in compare view

Updates python-semantic-release/python-semantic-release from 10.2.0 to 10.3.0

Release notes

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

v10.3.0 (2025-08-04)

This release is published under the MIT License.

✨ Features

  • github-actions: Add commit_sha as a GitHub Actions output value (PR#1289, 39b647b)

  • github-actions: Add previous_version as a GitHub Actions output value (PR#1302, c0197b7)

  • github-actions: Add release_notes as a GitHub Actions output value (PR#1300, a3fd23c)

  • github-actions: Add release link as a GitHub Actions output value (PR#1301, 888aea1)

🪲 Bug Fixes

  • github-actions: Fix variable output newlines (PR#1300, a3fd23c)

  • util: Fixes no-op log output when commit message contains square-brackets (PR#1287, f25883f)

📖 Documentation

  • getting-started: Fixes changelog.exclude_commit_patterns example in startup guide (PR#1292, 2ce2e94)

  • github-actions: Add description of commit_sha GitHub Action output in docs (PR#1289, 39b647b)

  • github-actions: Add description of previous_release GitHub Action output (PR#1302, c0197b7)

  • github-actions: Add description of release_notes GitHub Action output (PR#1300, a3fd23c)

  • github-actions: Add description of release link GitHub Action output (PR#1301, 888aea1)

  • README: Update broken links to match re-located destinations (PR#1285, f4ec792)

✅ Resolved Issues


Detailed Changes: v10.2.0...v10.3.0


Installable artifacts are available from:

... (truncated)

Changelog

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

.. _changelog:

========= CHANGELOG

.. _changelog-v10.3.0:

v10.3.0 (2025-08-04)

✨ Features

  • github-actions: Add commit_sha as a GitHub Actions output value, closes [#717](https://github.com/python-semantic-release/python-semantic-release/issues/717)_ (PR#1289, 39b647b)

  • github-actions: Add previous_version as a GitHub Actions output value (PR#1302, c0197b7)

  • github-actions: Add release_notes as a GitHub Actions output value (PR#1300, a3fd23c)

  • github-actions: Add release link as a GitHub Actions output value (PR#1301, 888aea1)

🪲 Bug Fixes

  • github-actions: Fix variable output newlines (PR#1300, a3fd23c)

  • util: Fixes no-op log output when commit message contains square-brackets, closes [#1251](https://github.com/python-semantic-release/python-semantic-release/issues/1251)_ (PR#1287, f25883f)

📖 Documentation

  • getting-started: Fixes changelog.exclude_commit_patterns example in startup guide, closes [#1291](https://github.com/python-semantic-release/python-semantic-release/issues/1291)_ (PR#1292, 2ce2e94)

  • github-actions: Add description of commit_sha GitHub Action output in docs (PR#1289, 39b647b)

  • github-actions: Add description of previous_release GitHub Action output (PR#1302, c0197b7)

  • github-actions: Add description of release_notes GitHub Action output (PR#1300, a3fd23c)

  • github-actions: Add description of release link GitHub Action output (PR#1301, 888aea1)

... (truncated)

Commits
  • bdbfd23 10.3.0
  • c0197b7 feat(github-actions): add previous_version as a GitHub Actions output value...
  • 888aea1 feat(github-actions): add release link as a GitHub Actions output value (#1...
  • a3fd23c feat(github-actions): add release_notes as a GitHub Actions output value (#...
  • 2ce2e94 docs(getting-started): fixes changelog.exclude_commit_patterns example in s...
  • 39b647b feat(github-actions): add commit_sha as a GitHub Actions output value (#1289)
  • f25883f fix(util): fixes no-op log output when commit message contains square-bracket...
  • ee0adb4 ci(stalebot): adjust developer updates to every 90 days (#1286)
  • f4ec792 docs(README): update broken links to match re-located destinations (#1285)
  • a047df0 ci(deps): bump python-semantic-release/[email protected] to v10.2.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 github-actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `github/codeql-action` from 3.29.4 to 3.29.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4e828ff...51f7732)

Updates `python-semantic-release/python-semantic-release` from 10.2.0 to 10.3.0
- [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@2896129...bdbfd23)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.5
  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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 4, 2025
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