Merge branch 'main' into new-relic-prod-name

* main:
  bump pip-audit action to 1.0.6 (#498)
This commit is contained in:
Ryan Ahearn
2023-05-08 09:28:09 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,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
- name: Run npm audit

View File

@@ -26,7 +26,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
- name: Run npm audit