Skip to content
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

feat: add targets in order upgrade pack #476

Merged
merged 19 commits into from
Nov 21, 2023

Conversation

magi-arun
Copy link
Contributor

No description provided.

dependabot bot and others added 18 commits September 19, 2023 10:44
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.6 to 2.21.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@701f152...04daf01)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: consolidate configurations

* Change Package config into Host-Single-MinSizeRel, split Windows/MacOS workflows

* Add Host-Single-Debug, use for MacOS ci

* Disable sccache for Windows build

* Consolidate Windows and MacOS builds

* Explicitly enable tests

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Use the correct configuration for the test preset

* Presets now start with a lower case character

* Presets now start with a lower case character

* Presets now start with a lower case character

* Update CMakePresets.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* .github/workflows/ci.yml: small improvements

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@3df4ab1...8ade135)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](actions/first-interaction@1d8459c...1dbfe1b)

---
updated-dependencies:
- dependency-name: actions/first-interaction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@04daf01...ddccb87)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update devcontainer

* chore: switch static analysis to container

* chore: use correct configurations

* chore: remove workaround for missing symlinks

When running into issues using mutation testing, please update your local devcontainer.

* chore: use correct mutation-testing preset

* chore: update CMakePresets.json

* chore: update googletest

* chore: use nproc for -j parameters

* chore: revert version update in CMakePresets.json

* deps: update mbedtls to 3.4.1 to silence warning

See: Mbed-TLS/mbedtls#7098

* chore: fix compilation with clang-15

* chore: fix remaining issues
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@magi-arun magi-arun requested a review from a team as a code owner November 21, 2023 13:53
Copy link
Contributor

github-actions bot commented Nov 21, 2023

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 9 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: The number of snapshots compared for the base SHA (0) and the head SHA (1) do not match. You may see unexpected additions in the diff.
Consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

external/protobuf/CMakeLists.txt

PackageVersionLicenseIssue Type
protocolbuffers/protobuff0dc78d7e6e331b8c6bb2d5283e06aa26883ca7cNullUnknown License

external/crypto/tiny-aes128/CMakeLists.txt

PackageVersionLicenseIssue Type
kokke/tiny-aes-c7e42e693288bdf22d8e677da94248115168211b9NullUnknown License

lwip/lwip/CMakeLists.txt

PackageVersionLicenseIssue Type
lwip-tcpip/lwip84fde1ebbfe35b3125fc2d89b8a456cbacf148e9NullUnknown License

osal/freertos/CMakeLists.txt

PackageVersionLicenseIssue Type
freertos/freertos-kerneldef7d2df2b0506d3d249334974f51e427c17a41cNullUnknown License

osal/threadx/CMakeLists.txt

PackageVersionLicenseIssue Type
azure-rtos/threadxe11c166a4045d80ea74fe917e5608474754f5067NullUnknown License

cmake/emil_test_helpers.cmake

PackageVersionLicenseIssue Type
google/googletestrelease-1.12.1NullUnknown License

external/args/CMakeLists.txt

PackageVersionLicenseIssue Type
taywee/argse3e6e46699f1ce487a42fd64838f53daeb5aa89bNullUnknown License

external/crypto/mbedtls/CMakeLists.txt

PackageVersionLicenseIssue Type
mbed-tls/mbedtls869298bffeea13b205343361b7a7daf2b210e33dNullUnknown License

external/crypto/micro-ecc/CMakeLists.txt

PackageVersionLicenseIssue Type
kmackay/micro-ecc24c60e243580c7868f4334a1ba3123481fe1aa48NullUnknown License

Scanned Manifest Files

.github/workflows/ci.yml
.github/workflows/dependency-scanner.yml
.github/workflows/documentation.yml
.github/workflows/linting-formatting.yml
.github/workflows/release-please.yml
.github/workflows/security.yml
.github/workflows/social-interaction.yml
.github/workflows/static-analysis.yml
external/protobuf/CMakeLists.txt
external/crypto/tiny-aes128/CMakeLists.txt
lwip/lwip/CMakeLists.txt
osal/freertos/CMakeLists.txt
osal/threadx/CMakeLists.txt
cmake/emil_test_helpers.cmake
external/args/CMakeLists.txt
external/crypto/mbedtls/CMakeLists.txt
external/crypto/micro-ecc/CMakeLists.txt

Copy link
Contributor

github-actions bot commented Nov 21, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 12 0 0.08s
✅ DOCKERFILE hadolint 1 0 0.11s
✅ JSON eslint-plugin-jsonc 10 0 0 4.35s
✅ JSON prettier 10 0 0 0.53s
⚠️ MARKDOWN markdownlint 7 1 11 1.46s
⚠️ MARKDOWN markdown-link-check 7 1 45.46s
✅ MARKDOWN markdown-table-formatter 7 1 0 0.38s
⚠️ SPELL lychee 128 1 2.55s
⚠️ YAML prettier 21 0 1 1.04s
✅ YAML v8r 21 0 8.28s
✅ YAML yamllint 21 0 0.42s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@magi-arun magi-arun merged commit 5946d0a into feature/stable Nov 21, 2023
@magi-arun magi-arun deleted the feature/add_targets_in_order_pack_upg branch November 21, 2023 15:48
@richardapeters richardapeters restored the feature/add_targets_in_order_pack_upg branch November 30, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants