From e407c0f2b9732abcd69db3cb2c1be712f11b3ae1 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:27:19 +0200 Subject: [PATCH] chore(main): release 0.3.0 (#24) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac8e59..8949bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/statnett/github-workflows/compare/v0.2.0...v0.3.0) (2023-10-10) + + +### Features + +* add reusable scorecard workflow ([#22](https://github.com/statnett/github-workflows/issues/22)) ([09472b5](https://github.com/statnett/github-workflows/commit/09472b511fbf37689f14e1dd1e3f57d4c19db24d)) + + +### Bug Fixes + +* content read by default ([#26](https://github.com/statnett/github-workflows/issues/26)) ([bc7d1d1](https://github.com/statnett/github-workflows/commit/bc7d1d182341432ad606b73e446824b12901eb77)) +* install newer Java if CodeQL run with Java ([#29](https://github.com/statnett/github-workflows/issues/29)) ([30e8f56](https://github.com/statnett/github-workflows/commit/30e8f56c940a7c0aa4f77ab67e8c1c433f6b0904)) +* no workflow default permissions ([#30](https://github.com/statnett/github-workflows/issues/30)) ([e4fac84](https://github.com/statnett/github-workflows/commit/e4fac84eba004c101651a7dac85ca2af716ede61)) + ## [0.2.0](https://github.com/statnett/github-workflows/compare/v0.1.0...v0.2.0) (2023-10-09)