chore: don't include src/ generated files in build

built from commit b7dc3efcd99cb66193db2729046bde4915dd026c
 dated 2026-04-02 23:49:40 +0200
 by Stéphane Lesimple (speed47_github@speed47.net)
This commit is contained in:
github-actions[bot]
2026-04-02 21:54:17 +00:00
parent 40b7ae9098
commit 90a8a3057c
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: | run: |
make build fmt-check shellcheck make build fmt-check shellcheck
mv spectre-meltdown-checker.sh dist/ mv spectre-meltdown-checker.sh dist/
git checkout -f src/ rm -rf src/
- name: check direct execution - name: check direct execution
run: | run: |
expected=$(cat .github/workflows/expected_cve_count) expected=$(cat .github/workflows/expected_cve_count)

View File

@@ -13,7 +13,7 @@
# #
# Stephane Lesimple # Stephane Lesimple
# #
VERSION='26.23.0402909' VERSION='26.23.0402912'
# --- Common paths and basedirs --- # --- Common paths and basedirs ---
readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities" readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"