Skip to content

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3#4

Closed
dependabot[bot] wants to merge 22 commits intomasterfrom
dependabot/github_actions/ossf/scorecard-action-2.4.3
Closed

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3#4
dependabot[bot] wants to merge 22 commits intomasterfrom
dependabot/github_actions/ossf/scorecard-action-2.4.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps ossf/scorecard-action from 2.4.0 to 2.4.3.

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.3

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

v2.4.2

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

v2.4.1

What's Changed

  • This update bumps the Scorecard version to the v5.1.1 release. For a complete list of changes, please refer to the v5.1.0 and v5.1.1 release notes.
  • Publishing results now uses half the API quota as before. The exact savings depends on the repository in question.
  • Some errors were made into annotations to make them more visible
  • There is now an optional file_mode input which controls how repository files are fetched from GitHub. The default is archive, but git produces the most accurate results for repositories with .gitattributes files at the cost of analysis speed.
  • The underlying container for the action is now hosted on GitHub Container Registry. There should be no functional changes.

Docs

New Contributors

Commits
  • 4eaacf0 bump docker to ghcr v2.4.3 (#1587)
  • 42e3a01 🌱 Bump the github-actions group with 3 updates (#1585)
  • 88c07ac 🌱 Bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.6.0 (#1579)
  • 6c690f2 Bump github.com/ossf/scorecard/v5 from v5.2.1 to v5.3.0 (#1586)
  • 92083b5 📖 Fix recommended command to test the image in development (#1583)
  • 7975ea6 🌱 Bump the docker-images group across 1 directory with 2 updates (#1...
  • 0d1a743 🌱 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#1575)
  • 46e6e0c 🌱 Bump the github-actions group with 2 updates (#1580)
  • c3f1350 🌱 Improve printing options (#1584)
  • 43e475b 🌱 Bump golang.org/x/net from 0.42.0 to 0.44.0 (#1578)
  • 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 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)

Srikanth Patchava and others added 22 commits April 1, 2026 00:46
…ands and platform naming, fix eosim list-platforms
… brace, add stdlib.h for atof, fix weekly.yml duplicate YAML
…framework/adaptive.c, link math library for powf
- Switch from wheel install to source install for nested simulation jobs
- Replace 'eosim simulate' with 'eosim run' (correct CLI command)
- Fix nested-guest-install platform names (x86_64 -> x86_64-linux, etc.)
- Switch simulation-test.yml to install EoSim from source
Min tier (6 new modules):
- security_lite: audit logging, prompt injection detection, boot verification
- observability_lite: health counters, latency tracking, system monitoring
- sensor: 32-sensor registry with calibration and moving-average filter
- update: secure OTA model updates with hash verification and rollback
- compression: quantization recommender and model size estimation
- power: battery-aware inference throttling and thermal management

Framework tier (7 new modules):
- federated: multi-device FedAvg with differential privacy
- update_manager: A/B partition OTA with rollback and maintenance windows
- secure_boot: 4-stage boot chain verification, key management, attestation
- supply_chain: SBOM management, vendor trust, license compliance
- sensor_fusion: weighted avg, Kalman filter, voting algorithms
- network_security: TLS/mTLS, certificate management, key rotation
- guardrails: AI output safety, rate limiting, autonomy levels, kill switch

README: complete rewrite with two-tier architecture, 8-layer security,
model registry, deployment profiles, build instructions, and quick start
Core BCI pipeline with modular plugin architecture:
- 3 vtable interfaces: device_ops, decoder_ops, output_ops
- Signal preprocessing: IIR bandpass, notch filter, DC removal
- EEG simulator with 4 paradigms (alpha, motor imagery, P300, SSVEP)
- Threshold decoder and SNN decoder (LIF model)
- Log and GPIO output backends
- Pipeline engine with observer callbacks

Framework modularization:
- Device manager (8 slots), plugin registry (16 slots)
- Hardware adapters: OpenBCI, Emotiv, Muse EEG
- Dynamic BCI configuration with runtime validation
- EIPC integration for inter-process communication
- Framework connector bridge

Language bindings and tooling:
- Opaque C API (api.h) for FFI bindings
- Python ctypes bindings (eai_bci package)
- C++ header-only RAII wrappers
- CI/CD scripts (Linux native, ARM cross-compile)

Documentation and deployment:
- Architecture docs with data flow diagrams
- Getting started guide with C and Python examples
- BCI assistive deployment profile
- ARM Cortex-M4 toolchain (~5KB BCI RAM footprint)

21 unit tests across 3 test executables
3 new BCI error codes in eai_status_t
- CI: multi-OS build (Linux/Windows/macOS), cross-compile (aarch64/arm/riscv64), sanitizers, profile builds
- Release: automated GitHub Releases with cross-compiled artifacts and checksums
- Security: CodeQL analysis + OSSF Scorecard
- Dependencies: Dependabot for GitHub Actions
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.4.0...v2.4.3)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 3, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 3, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/ossf/scorecard-action-2.4.3 branch April 3, 2026 21:26
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