merge from main

This commit is contained in:
Kenneth Kehl
2023-05-05 11:17:57 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt
run: pipenv requirements > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.0.4
- uses: pypa/gh-action-pip-audit@v1.0.6
with:
inputs: requirements.txt

View File

@@ -27,7 +27,7 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt
run: pipenv requirements > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.0.4
- uses: pypa/gh-action-pip-audit@v1.0.6
with:
inputs: requirements.txt