From a0eddfb4ab9d9f65424562f1d03c22eaec54680a Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 8 Feb 2023 10:45:57 +0100 Subject: [PATCH] Fix version interpolation in github action image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38fc9b9..07a72a7 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: runs: using: 'docker' - image: 'docker://securego/gosec:${{inputs.version}}' + image: docker://securego/gosec:${{ inputs.version }} args: - ${{ inputs.args }}