Skip to content

Commit

Permalink
Fix a spelling error.
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Hammond <[email protected]>
  • Loading branch information
macblazer committed Oct 15, 2024
1 parent 30474ec commit 9fe3cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check license headers
uses: apache/skywalking-eyes@v0.6.0
uses: apache/skywalking-eyes@v0.4.0
with:
config: .licenserc.yml

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.4.0]

### Added
- Added `evidence` element to the component output to indicate that we are doing manifest analisys to generate the bom. ([Issue #69](https://github.com/CycloneDX/cyclonedx-cocoapods/issues/69)) [@macblazer](https://github.com/macblazer).
- Added `evidence` element to the component output to indicate that we are doing manifest analysis to generate the bom. ([Issue #69](https://github.com/CycloneDX/cyclonedx-cocoapods/issues/69)) [@macblazer](https://github.com/macblazer).

### Fixed
- Added top level dependencies when the metadata/component is specified (by using the `--name`, `--version`, and `--type` parameters). ([PR #70](https://github.com/CycloneDX/cyclonedx-cocoapods/pull/70)) [@fnxpt](https://github.com/fnxpt)
Expand Down

0 comments on commit 9fe3cc4

Please sign in to comment.