Skip to content

MAINT: Bump github/codeql-action from 3.30.2 to 4.30.7#265

Closed
dependabot[bot] wants to merge 104 commits intomainfrom
dependabot/github_actions/github/codeql-action-4.30.7
Closed

MAINT: Bump github/codeql-action from 3.30.2 to 4.30.7#265
dependabot[bot] wants to merge 104 commits intomainfrom
dependabot/github_actions/github/codeql-action-4.30.7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps github/codeql-action from 3.30.2 to 4.30.7.

Release notes

Sourced from github/codeql-action's releases.

v4.30.7

CodeQL Action Changelog

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

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

v3.30.5

CodeQL Action Changelog

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

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

See the full CHANGELOG.md for more information.

v3.30.4

CodeQL Action Changelog

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

3.30.4 - 25 Sep 2025

... (truncated)

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.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

No user facing changes.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

... (truncated)

Commits
  • e296a93 Merge pull request #3183 from github/update-v4.30.7-55283843c
  • 93c1673 Update changelog for v4.30.7
  • 5528384 Merge pull request #3169 from github/mario-campos/node24
  • b66db86 Hoist CHANGELOG note back to "UNRELEASED" section.
  • b2e2232 Merge remote-tracking branch 'origin/main' into mario-campos/node24
  • 065c6cf Merge pull request #3174 from github/mbg/fix/start-proxy-matrix
  • 7fb8378 Re-throw exception in createStatusReportBase when in test mode
  • dddf033 Revert changes to build.mjs
  • 54ae8ba Simplify PR check by reverting changes to @types/node.
  • 65e9e64 Make matrix available to start-proxy action
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

carlosgmartin and others added 30 commits August 19, 2025 11:03
[skip azp][skip cirrus][skip actions]
Fixes numpy#29247. Implements `booleantype_class_getitem_abc` and adds a `__class_getitem__` method to `np.bool` to enable subscript access (e.g., `np.bool[int]`).
This follows numpy#29569, and also fills in the missing parameter defaults, towards numpy#28428.
* DEP: Deprecate NumPy warning control utilities

* TST: fix mypy tests

* DEP: un-deprecate assert_no_warnings, which is thread-safe

* DEP: un-deprecate clear_and_catch_warnings

* TYP: update type stubs

* STY: appease ruff

* TST: update doctest deprecation filters

* TST: fix warning test

* DOC: add release note

* Update numpy/tests/test_warnings.py

* MNT: use stacklevel instead

* TST: use pytest.deprecated_call()

* MNT: fix deprecated version

* Apply suggestions from code review

Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>

---------

Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@da24556...bc41886)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.9 to 3.29.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@df55935...96f518a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…29052)

Deprecate not using `out=` for np.minimum and maximum due to it being a common confusion.
…29594)

Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
Add the `ASIMDDP` feature to the `ARM_FEATURES` dictionary, to fix
an error when it is explicitly listed in `cpu-baseline`.

Fixes numpy#29570

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@352e013...c923d83)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
```python
(.venv) C:\apps\mapFolding>py
Python 3.13.7 (tags/v3.13.7:bcee1c3, Aug 14 2025, 14:15:11) [MSC v.1944 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> aa = numpy.zeros((4,3))
>>> aa
array([[0., 0., 0.],
       [0., 0., 0.],
       [0., 0., 0.],
       [0., 0., 0.]])
>>> aa.fill(value=9)
Traceback (most recent call last):
  File "<python-input-3>", line 1, in <module>
    aa.fill(value=9)
    ~~~~~~~^^^^^^^^^
TypeError: ndarray.fill() takes no keyword arguments
>>> aa
array([[0., 0., 0.],
       [0., 0., 0.],
       [0., 0., 0.],
       [0., 0., 0.]])
>>> aa.fill(9)
>>> aa
array([[9., 9., 9.],
       [9., 9., 9.],
       [9., 9., 9.],
       [9., 9., 9.]])
>>> 
```
* BUG: make round consistently return a copy

Otherwise, `round` returns a view for integer arguments and a copy otherwise.
All other "rounding" functions (ceil, floor, trunc, rint), always return copies.
Thus, make `round` consistent with them.

* DOC: add a release note snippet for the `round` change

* TST: add a test for round preserving the order

* MAINT: address review comments

* BUG: round: NPY_KEEPORDER for complex arrays, too
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.10 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@96f518a...3c3833e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…m variates. (numpy#29598)

In C, in an expression such as f1()/f2(), the order of evaluation of f1()
and f2() is unspecified.  When such a ratio was used in the C functions
random_f and random_standard_cauchy, it meant the streams of random
variates for the f and standard_cauchy distributions depended on how the
compiler chose to order the evaluation.  This could result in different
streams of variates when numpy is compiled with different compilers.

By evaluating the numerator and denominator in separate statements, the
ambiguity is eliminated.


Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
math-hiyoko and others added 24 commits September 10, 2025 17:22
- restrict Windows only
- use options that are supported on all compilers
…umpy#29692)

* WIP: Replace xunit setup with methods

* WIP: Revert "WIP: Replace xunit setup with methods"

This reverts commit 87c374f.

* TST: Change setup to context manager

* TST: Remove thread_unsafe marker
… parameter 'order' (numpy#29655)

* DOC: clarified numpy.asarray parameter 'order'

Changed description to make explicit that setting 'A' requires
user to set 'copy' to 'True' to get the described behavior.
Made explicit that 'A' has two cases where it acts as
equivalent to setting 'F'. See 28247.

* DOC: clarified numpy.asarray parameter 'order'

See 28247. Changed description of 'order' to make
the behavior of 'A' more explicit and how to cause it to
preserve non-contiguous Fortran-order. Changed description
of 'C' and 'F' to clarify that output will be contiguous.

* DOC: clarified numpy.asarray() parameter 'order'

See 28247. To differentiate between 'A' and 'K', made explicit
that 'A' will not ensure the output is contiguous. 'K' has more
complex behavior related to flags and stride detection, but will
try to keep the output as close as possible to the input.

* DOC: clarify numpy.asarray parameter 'order'

See 28247. Made explicit that 'C' and 'F' can copy input to output,
'A' does not ensure contiguous output.

* DOC numpy.asarray parameter 'order' description added line break

* DOC: Additional request to change identical text blocks.

* DOC: fixed linebreak position
* TST: xfail test_kind::test_quad_precision on AIX/PPC

* Change to use platform.system() instead
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f1f6e5f...d3678e2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
- Forward port 2.3.3-notes.rst
- Forward port 2.3.3-changelog.rst
- Update release.rst
This accounts for the actual release builds moving to the separate
`numpy-release` repo. We want to keep a decent subset of wheel builds
in the main repo and always run them, just like other CI jobs that
test some config that matters.
These configs are covered by `wheels.yml`, which is now part
of the regular test suite rather than off-by-default on PRs.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.2 to 4.30.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@d3678e2...e296a93)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.30.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Oct 8, 2025

Looks like github/codeql-action is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 8, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-4.30.7 branch October 8, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.