Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a comment

* @jerusdp
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

- Dependencies: update github/codeql-action action to v3.27.0(pr [#696])
- Dependencies: update actions/checkout action to v4.2.2(pr [#697])

## [0.4.25] - 2024-10-19

Expand Down Expand Up @@ -579,6 +580,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#694]: https://github.com/jerus-org/mockd/pull/694
[#695]: https://github.com/jerus-org/mockd/pull/695
[#696]: https://github.com/jerus-org/mockd/pull/696
[#697]: https://github.com/jerus-org/mockd/pull/697
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.25...HEAD
[0.4.25]: https://github.com/jerus-org/mockd/compare/v0.4.24...v0.4.25
[0.4.24]: https://github.com/jerus-org/mockd/compare/v0.4.23...v0.4.24
Expand Down