From 40b7ae90985b278ea0ff3af8f87e3c85bbc48290 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:50:52 +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 35fd7603425d409d76ea4071ec3be5c38dbb1967 dated 2026-04-02 23:49:40 +0200 by Stéphane Lesimple (speed47_github@speed47.net) --- .github/workflows/build.yml | 1 + spectre-meltdown-checker.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1a8c36..0e203ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: run: | make build fmt-check shellcheck mv spectre-meltdown-checker.sh dist/ + git checkout -f 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 d5fb52b..38e0ecf 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -13,7 +13,7 @@ # # Stephane Lesimple # -VERSION='26.23.0402890' +VERSION='26.23.0402909' # --- Common paths and basedirs --- readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"