From 27c3f13e47e112a92ce8f4254f9b12f781898928 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:21:39 -0700 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20=F0=9F=97=91?= =?UTF-8?q?=EF=B8=8F=20remove=20orphaned=20workflow=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/codeql.yml | 25 ------------------------- .github/workflows/post-release.yml | 18 ------------------ 2 files changed, 43 deletions(-) delete mode 100644 .github/workflows/codeql.yml delete mode 100644 .github/workflows/post-release.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 87ffaa2..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,25 +0,0 @@ -# AUTO-GENERATED — do not edit directly. -# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts -# Tool: holocron sync-github -# Changes: edit source in theholocron/holocron and push to alpha or main. -name: CodeQL - -on: # yamllint disable-line rule:truthy - push: - branches: - - main - pull_request: - branches: - - main - schedule: - - cron: "0 0 * * 1" - -permissions: - actions: read - contents: read - security-events: write - -jobs: - codeql: - uses: theholocron/.github/.github/workflows/codeql.yml@main - secrets: inherit diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml deleted file mode 100644 index 9f24cfe..0000000 --- a/.github/workflows/post-release.yml +++ /dev/null @@ -1,18 +0,0 @@ -# AUTO-GENERATED — do not edit directly. -# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts -# Tool: holocron sync-github -# Changes: edit source in theholocron/holocron and push to alpha or main. -name: Post-release Sync - -on: # yamllint disable-line rule:truthy - release: - types: [published] - -permissions: - contents: read - -jobs: - broadcast: - name: Post-release Sync - uses: theholocron/.github/.github/workflows/post-release.yml@main - secrets: inherit From 8200c12a675aeb5a2791731a395eb9c900e0600a Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:26:01 -0700 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20=E2=9C=A8=20add=20s?= =?UTF-8?q?ecurity.yml=20thin=20caller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/security.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 0000000..0f59b00 --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,25 @@ +# AUTO-GENERATED — do not edit directly. +# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts +# Tool: holocron setup +# Changes: run `holocron setup` to regenerate. +name: Security + +on: # yamllint disable-line rule:truthy + push: + branches: + - main + pull_request: + branches: + - main + schedule: + - cron: "0 0 * * 1" + +permissions: + actions: read + contents: read + security-events: write + +jobs: + security: + uses: theholocron/.github/.github/workflows/security.yml@main + secrets: inherit From 35cb15a9cc1e5720d7cf06d70ee5bc6af1462901 Mon Sep 17 00:00:00 2001 From: "super-linterbot[bot]" <310376783+super-linterbot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 03:32:59 +0000 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20fix=20linting=20iss?= =?UTF-8?q?ues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: super-linterbot[bot] <310376783+super-linterbot[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e178e77..fc42f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ### Features -* ✨ add wiki/fern docs setup ([#180](https://github.com/theholocron/node-template/issues/180)) ([0e6a847](https://github.com/theholocron/node-template/commit/0e6a847aa12ead3d6ca3298a4cf6465e19531d74)) +- ✨ add wiki/fern docs setup ([#180](https://github.com/theholocron/node-template/issues/180)) ([0e6a847](https://github.com/theholocron/node-template/commit/0e6a847aa12ead3d6ca3298a4cf6465e19531d74)) ### Chores -* 🔧 ⬆️ adopt nodeDocs() preset from @theholocron/holocron-config@7.26.0 ([#178](https://github.com/theholocron/node-template/issues/178)) ([4ffc941](https://github.com/theholocron/node-template/commit/4ffc941a73cca4259383d73c1b8a2bf2ec6f3b1c)) -* sync README and repo metadata ([#177](https://github.com/theholocron/node-template/issues/177)) ([a304c3b](https://github.com/theholocron/node-template/commit/a304c3baee2544c48804b4de925d896c47aaa09d)) +- 🔧 ⬆️ adopt nodeDocs() preset from @theholocron/holocron-config@7.26.0 ([#178](https://github.com/theholocron/node-template/issues/178)) ([4ffc941](https://github.com/theholocron/node-template/commit/4ffc941a73cca4259383d73c1b8a2bf2ec6f3b1c)) +- sync README and repo metadata ([#177](https://github.com/theholocron/node-template/issues/177)) ([a304c3b](https://github.com/theholocron/node-template/commit/a304c3baee2544c48804b4de925d896c47aaa09d)) ## [1.5.3](https://github.com/theholocron/node-template/compare/v1.5.2...v1.5.3) (2026-08-26)