Update requirements for the update software workflow

Update the workflow's requirements to use a specific version at the updated
location of the Python project doing the heavy lifting. Additionally the
requirements file is added to the actions/cache key used.
pull/412/head
Nicholas McDonnell 2 years ago
parent 3e54857897
commit 3ba78f6958
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 3
      .github/workflows/update_software_list.yml
  2. 2
      config/requirements.txt

@ -50,7 +50,8 @@ jobs:
path: |
${{ env.PIP_CACHE_DIR }}
key: "${{ env.BASE_CACHE_KEY }}\
${{ hashFiles('.github/workflows/update_software_list.yml') }}"
${{ hashFiles('.github/workflows/update_software_list.yml') }}-\
${{ hashFiles('config/requirements.txt') }}"
restore-keys: |
${{ env.BASE_CACHE_KEY }}
- name: Update Python base packages

@ -1 +1 @@
https://api.github.com/repos/cisagov/md-table-to-yml/tarball/develop
https://github.com/cisagov/log4j-md-yml/archive/v1.0.0.tar.gz

Loading…
Cancel
Save