From 90a8a3057c4a7572760ce4f7f00cb293da94908a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:54:17 +0000 Subject: [PATCH] chore: don't include src/ generated files in build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit built from commit b7dc3efcd99cb66193db2729046bde4915dd026c dated 2026-04-02 23:49:40 +0200 by Stéphane Lesimple (speed47_github@speed47.net) --- .github/workflows/build.yml | 2 +- spectre-meltdown-checker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e203ea..1715d08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: | make build fmt-check shellcheck mv spectre-meltdown-checker.sh dist/ - git checkout -f src/ + rm -rf src/ - name: check direct execution run: | expected=$(cat .github/workflows/expected_cve_count) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 38e0ecf..f8fe432 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -13,7 +13,7 @@ # # Stephane Lesimple # -VERSION='26.23.0402909' +VERSION='26.23.0402912' # --- Common paths and basedirs --- readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"