summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-14 15:16:02 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-14 15:16:02 +0300
commit0482f011981ea4e63696e8655411fda738bcd1c4 (patch)
tree75c455913fb0f087ba87a27e0032db2bb400ae6d /.github
parent5ccf0c1d6dc0d5227b6c0fd2cb1da714f9479fd5 (diff)
downloadipaddrcheck-0482f011981ea4e63696e8655411fda738bcd1c4.tar.gz
ipaddrcheck-0482f011981ea4e63696e8655411fda738bcd1c4.zip
ci: T9082: canary step 2 — deliberate invalid input combo
build-mode 'none' + build-command must be rejected by the reusable's validation step before any scanning cost. Reverted in the next commit. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 31bfba7..9548f8a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -20,3 +20,5 @@ jobs:
uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937
with:
languages: "['c-cpp']"
+ build-mode: "none"
+ build-command: "make"