From 6f619af76ac49da6830f90cb0a0442daabe1e057 Mon Sep 17 00:00:00 2001 From: Sarhad Date: Wed, 8 Jan 2025 18:45:52 +0400 Subject: [PATCH] fix(DMVP-6398): upgrade checkov python version --- checkov/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/action.yaml b/checkov/action.yaml index 13ae893..d865bd4 100644 --- a/checkov/action.yaml +++ b/checkov/action.yaml @@ -26,10 +26,10 @@ runs: with: terraform_version: 1.2.1 - - name: Set up Python 3.8 + - name: Set up Python 3.11 uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.11.11 - name: Test with Checkov id: checkov