From 45a9a351803a5448b8a4f5faed5ed6862a0a35d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:31:26 +0000 Subject: [PATCH 1/2] chore(deps): update github/codeql-action action to v3.27.6 --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 83f64331..48822e62 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 with: sarif_file: results.sarif \ No newline at end of file From c1833e7917058a56cc015aa86f7559f67ae78056 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:35:18 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abfd1e1..f8be424c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Security + +- Dependencies: update github/codeql-action action to v3.27.6(pr [#707]) + ## [0.4.29] - 2024-11-22 ### Security @@ -613,6 +619,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#703]: https://github.com/jerus-org/mockd/pull/703 [#704]: https://github.com/jerus-org/mockd/pull/704 [#706]: https://github.com/jerus-org/mockd/pull/706 +[#707]: https://github.com/jerus-org/mockd/pull/707 +[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.29...HEAD [0.4.29]: https://github.com/jerus-org/mockd/compare/v0.4.28...v0.4.29 [0.4.28]: https://github.com/jerus-org/mockd/compare/v0.4.27...v0.4.28 [0.4.27]: https://github.com/jerus-org/mockd/compare/v0.4.26...v0.4.27