From 7d3f51cb0099472ce019aed5bc4f50a82e4a798c Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Thu, 25 Apr 2024 12:24:12 +0200 Subject: [PATCH] Pin version of docker image Signed-off-by: Andreas Heinrich --- github-actions/run-clang-format/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/run-clang-format/action.yaml b/github-actions/run-clang-format/action.yaml index e80623e..58ec5a2 100644 --- a/github-actions/run-clang-format/action.yaml +++ b/github-actions/run-clang-format/action.yaml @@ -19,7 +19,7 @@ inputs: default: 'always' runs: using: 'docker' - image: 'docker://ghcr.io/everest/everest-clang-format:latest' + image: 'docker://ghcr.io/everest/everest-clang-format:v1.1.0' args: - /github/workspace/${{ inputs.source-dir }} - --extensions