From ee98cc836fc9c2e762fc2c68072cd8ee345e82a3 Mon Sep 17 00:00:00 2001 From: Bohdan Heryk Date: Fri, 17 Jan 2025 19:53:13 +0200 Subject: [PATCH] adjust versions --- .github/workflows/cve-scanning-python.yml | 2 +- .github/workflows/security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cve-scanning-python.yml b/.github/workflows/cve-scanning-python.yml index 67872384..7acf0626 100644 --- a/.github/workflows/cve-scanning-python.yml +++ b/.github/workflows/cve-scanning-python.yml @@ -23,7 +23,7 @@ jobs: python-version: "3.10" - uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974 with: - poetry-version: "1.2.2" + poetry-version: "2.0.0" - name: Install safety run: pip3 install safety - name: Build app diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 94842611..49019f67 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - - name: Set up Python 3.9 + - name: Set up Python 3.8 id: setup-python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.8 - name: Get pip cache dir id: pip-cache