build(deps): Bump github/codeql-action from 3 to 4#2
Merged
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2 tasks
2 tasks
This was referenced Apr 13, 2026
Closed
M7HNF-Ian
added a commit
to M7HNF-Ian/AetherSDR
that referenced
this pull request
Apr 19, 2026
#1 (bug) — mutual exclusion: setMnrEnabled now disables all other NR modes before enabling MNR; every other NR setter (NR2/RN2/NR4/BNR/DFNR) now also calls setMnrEnabled(false) in its mutual-exclusion block. ten9876#2 (bug) — RADE guard: setMnrEnabled early-returns when m_radeMode is active, matching the pattern used by all other NR setters. ten9876#3 — raw pointer → std::unique_ptr<MacNRFilter>: AudioEngine.h gains a forward declaration (#ifdef __APPLE__) and unique_ptr member; AudioEngine.cpp already had the full include; new/delete replaced with make_unique/reset. std::atomic<float> m_mnrStrength replaces plain float. ten9876#5 — MacNRFilter.h: processing-chain comment corrected from "stereo int16 → … → stereo int16" to "stereo float32 → … → stereo float32"; also fixes the process() doc-comment. ten9876#6 — MacNRFilter: m_strength changed to std::atomic<float>; setStrength/ strength() use store/load; processFrame() reads m_strength.load(). Allows AudioEngine to write strength from the audio thread while the DSP dialog reads it from the UI thread without a data race. ten9876#8 — strength persistence: setMnrEnabled(true) restores m_mnrStrength from AppSettings("MnrStrength"); setMnrStrength() now saves to AppSettings on every change, so the value survives restarts. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
11 tasks
This was referenced Apr 26, 2026
2 tasks
2 tasks
9 tasks
This was referenced May 1, 2026
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
4cd47adAddress review comments5fa8dadUseResults for enablement return types6a77217Add disabled by env var disablement reasonb6dfacbMerge pull request #3542 from github/henrymercer/parallel-unit-tests6123416Merge remote-tracking branch 'origin/main' into henrymercer/parallel-unit-testsa6594f9Merge pull request #3540 from github/henrymercer/stub-actions-varsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)