diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..d800ee9f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# This is a comment + +* @jerusdp diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index f0d68a7e..13049407 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fcbce2..af5665fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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