From: Remi Gacogne Date: Mon, 29 Jun 2026 10:51:50 +0000 (+0200) Subject: coverity: Set `BUILDER_VERSION` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3651fd32161d476583241ec9f507bd79f03499f;p=thirdparty%2Fpdns.git coverity: Set `BUILDER_VERSION` Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9f5c2384da..6d39cb5663 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,6 +19,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo env: CLANG_VERSION: '12' + BUILDER_VERSION: '0.0.0-git1' jobs: coverity-auth: