From 444c9b90ce6e4abb2d7ea636dc79c85a1beeb23c Mon Sep 17 00:00:00 2001 From: Roman Azarenko <roman.azarenko@iopsys.eu> Date: Thu, 24 Feb 2022 10:20:04 +0100 Subject: [PATCH] CI: use a specific code-analysis image for pipeline reproducability --- static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-code-analysis.yml b/static-code-analysis.yml index 995c642..e03808a 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -3,7 +3,7 @@ variables: RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ." RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 200 --language c --exclude ./test/cmocka --files" SOURCE_FOLDER: "src" - COMMON_IMAGE: "iopsys/code-analysis:latest" + COMMON_IMAGE: "iopsys/code-analysis:0.27" DEBUG: "FALSE" run_static_code_analysis: -- GitLab