From e753999f776b911b222f22f09cd128816da87844 Mon Sep 17 00:00:00 2001 From: ErenAri Date: Thu, 6 Aug 2026 19:32:07 +0300 Subject: [PATCH 1/3] ci: exercise RC3 in consumer canary --- .github/workflows/consumer-canary.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/consumer-canary.yml b/.github/workflows/consumer-canary.yml index c97461a..48e520a 100644 --- a/.github/workflows/consumer-canary.yml +++ b/.github/workflows/consumer-canary.yml @@ -13,12 +13,13 @@ name: consumer-canary # # Two jobs, one per resolution path: # -# prebuilt pins the v0.3.6 release commit, like falcosecurity/libs. +# prebuilt pins the active v0.4.0-rc.3 release commit, matching the +# release candidate being exercised by downstream lanes. # A SHA that matches a release tag must resolve to prebuilt, -# checksum-verified binaries. This release predates the -# Action's attestation-enforcement change. The job deliberately -# does NOT install libbpf-dev; if resolution regresses and it -# falls back to a source build, the compile fails here. +# checksum- and attestation-verified binaries. The job +# deliberately does NOT install libbpf-dev; if resolution +# regresses and it falls back to a source build, the compile +# fails here. # # source-build pins @main, which is not a release, forcing the source # path with exactly the dependencies we document. If a @@ -72,7 +73,7 @@ jobs: fi - name: Validate via the published action (pinned to a release commit) - uses: Kernel-Guard/bpfcompat@f1ba21fd4e098d483961e9e9355a51ae78273422 # v0.3.6 + uses: Kernel-Guard/bpfcompat@cba1e09537f2e05e4ba7278efdb5c2d044d1889b # v0.4.0-rc.3 with: # Command mode with no artifact and no shipped binary, so this job # needs no compiler at all: the example .bpf.o objects are built, From 46c1c617cb98397b789502f2bd58949c20fc00d4 Mon Sep 17 00:00:00 2001 From: ErenAri Date: Thu, 6 Aug 2026 19:50:48 +0300 Subject: [PATCH 2/3] ci: retrigger checks after Actions outage From 72b14c407b3edfd27736c9a7c0b156ff5892ad4b Mon Sep 17 00:00:00 2001 From: ErenAri Date: Sun, 9 Aug 2026 17:16:06 +0300 Subject: [PATCH 3/3] ci: retrigger checks