merge from main

This commit is contained in:
Kenneth Kehl
2024-04-29 07:44:10 -07:00
33 changed files with 590 additions and 455 deletions

View File

@@ -163,7 +163,7 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt
run: poetry export --without-hashes --format=requirements.txt > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.0.6
- uses: pypa/gh-action-pip-audit@v1.0.8
with:
inputs: requirements.txt
- name: Run npm audit