-
Couldn't load subscription status.
- Fork 38
build(deps): bump the minor-and-patch-action-updates group across 1 directory with 2 updates #990
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
Conversation
Dependency ReviewThe following issues were found:
Snapshot WarningsConsider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesexternal/args/CMakeLists.txt
external/crypto/micro-ecc/CMakeLists.txt
lwip/lwip/CMakeLists.txt
cmake/emil_test_helpers.cmake
external/segger_rtt/CMakeLists.txt
infra/syntax/CMakeLists.txt
external/crypto/mbedtls/CMakeLists.txt
external/crypto/tiny-aes128/CMakeLists.txt
osal/freertos/CMakeLists.txt
external/protobuf/CMakeLists.txt
osal/threadx/CMakeLists.txt
OpenSSF ScorecardScorecard details
Scanned Files
|
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 12 | 0 | 0 | 0.31s | |
| ✅ CPP | clang-format | 1032 | 8 | 0 | 0 | 8.21s |
| ✅ DOCKERFILE | hadolint | 2 | 0 | 0 | 0.31s | |
| ✅ JSON | jsonlint | 7 | 0 | 0 | 0.16s | |
| ✅ JSON | prettier | 7 | 0 | 0 | 0 | 0.54s |
| markdownlint | 6 | 0 | 4 | 0 | 1.16s | |
| ✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0 | 0.32s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.08s | |
| ✅ REPOSITORY | grype | yes | no | no | 27.09s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.07s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 7.01s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.34s | |
| ✅ REPOSITORY | trivy | yes | no | no | 5.21s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.17s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 2.43s | |
| lychee | 138 | 2 | 0 | 11.42s | ||
| prettier | 22 | 1 | 1 | 0 | 0.73s | |
| ✅ YAML | v8r | 22 | 0 | 0 | 6.64s | |
| ✅ YAML | yamllint | 22 | 0 | 0 | 0.63s |
Detailed Issues
⚠️ SPELL / lychee - 2 errors
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/)
[404] https://github.com/protocolbuffers/protobuf/releases/download/v$%7Bprotobuf_tag%7D/protoc-$%7Bprotobuf_version%7D-$%7Bos_postfix%7D.zip | Network error: Not Found
📝 Summary
---------------------
🔍 Total..........439
✅ Successful.....434
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........3
❓ Unknown..........0
🚫 Errors...........2
Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/)
Errors in external/protoc/CMakeLists.txt
[404] https://github.com/protocolbuffers/protobuf/releases/download/v$%7Bprotobuf_tag%7D/protoc-$%7Bprotobuf_version%7D-$%7Bos_postfix%7D.zip | Network error: Not Found
⚠️ MARKDOWN / markdownlint - 4 errors
external/crypto/tiny-aes128/README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "### Tiny AES128 in C"]
external/crypto/tiny-aes128/README.md:29 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
external/crypto/tiny-aes128/README.md:39 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
external/crypto/tiny-aes128/README.md:49 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
⚠️ YAML / prettier - 1 error
[error] Explicitly specified pattern "documents/modules/ROOT/examples/clangformat.yaml" is a symbolic link.
.clusterfuzzlite/project.yaml 37ms (unchanged)
.github/dependabot.yml 20ms (unchanged)
.github/workflows/ci.yml 83ms (unchanged)
.github/workflows/dependency-scanner.yml 14ms (unchanged)
.github/workflows/documentation.yml 17ms (unchanged)
.github/workflows/fuzzing-batch.yml 5ms (unchanged)
.github/workflows/fuzzing-cron.yml 11ms (unchanged)
.github/workflows/fuzzing-pr.yml 7ms (unchanged)
.github/workflows/linting-formatting.yml 10ms (unchanged)
.github/workflows/release-please.yml 10ms (unchanged)
.github/workflows/security.yml 7ms (unchanged)
.github/workflows/social-interaction.yml 3ms (unchanged)
.github/workflows/static-analysis.yml 8ms (unchanged)
.github/workflows/validate-pr.yml 12ms (unchanged)
.ls-lint.yml 3ms
.mega-linter.yml 5ms (unchanged)
antora-playbook-branch.yml 3ms (unchanged)
antora-playbook-site.yml 3ms (unchanged)
documents/antora.yml 2ms (unchanged)
documents/supplemental-ui/ui.yml 2ms (unchanged)
mull.yml 3ms (unchanged)
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
c9c2f94 to
f2a7b6e
Compare
…irectory with 2 updates Bumps the minor-and-patch-action-updates group with 2 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [philips-software/antora-site-action](https://github.com/philips-software/antora-site-action). Updates `actions/dependency-review-action` from 4.8.0 to 4.8.1 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@56339e5...40c09b7) Updates `philips-software/antora-site-action` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/philips-software/antora-site-action/releases) - [Changelog](https://github.com/philips-software/antora-site-action/blob/main/CHANGELOG.md) - [Commits](philips-software/antora-site-action@3540c48...8fdeeb1) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-action-updates - dependency-name: philips-software/antora-site-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-action-updates ... Signed-off-by: dependabot[bot] <[email protected]>
f2a7b6e to
25f553e
Compare
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |




Bumps the minor-and-patch-action-updates group with 2 updates in the / directory: actions/dependency-review-action and philips-software/antora-site-action.
Updates
actions/dependency-review-actionfrom 4.8.0 to 4.8.1Release notes
Sourced from actions/dependency-review-action's releases.
Commits
40c09b7Merge pull request #1001 from actions/ahpook/v4.8.1-release4552948Bump version for 4.8.1 releasee63da9aMerge pull request #1000 from actions/ahpook/deprecation-redux71365c7(bug) Fix spamming link test in deprecation warning (again)Updates
philips-software/antora-site-actionfrom 1.1.0 to 1.2.0Release notes
Sourced from philips-software/antora-site-action's releases.
Changelog
Sourced from philips-software/antora-site-action's changelog.
Commits
8fdeeb1chore(main): release 1.2.0 (#10)040a278build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#25)bb25d32feat(deps): bump antora/antora from 3.1.12 to 3.1.14 (#27)81e8ea8build(deps): bump the minor-and-patch-action-updates group across 1 directory...55b9c95feat(deps): bump antora/antora from 3.1.10 to 3.1.12 (#23)5f59e0ebuild(deps): bump the minor-and-patch-action-updates group across 1 directory...fd2be68build(deps): bump googleapis/release-please-action (#18)87403bbbuild(deps): bump the minor-and-patch-action-updates group across 1 directory...c529e48build(deps): bump docker/build-push-action (#14)ae44ac4build(deps): bump the minor-and-patch-action-updates group across 1 directory...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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