mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-25 09:50:47 +00:00
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.
This commit is contained in:
parent
3e54857897
commit
3ba78f6958
2 changed files with 3 additions and 2 deletions
3
.github/workflows/update_software_list.yml
vendored
3
.github/workflows/update_software_list.yml
vendored
|
@ -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…
Reference in a new issue