diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 8d62e0ccd..381588d53 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -44,6 +44,8 @@ jobs: poetry install --with test --all-extras pre-commit run --all-files - name: pip-audit (gh-action-pip-audit) - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 with: virtual-environment: .venv/ + ignore-vulns: | + GHSA-pg7h-5qx3-wjr3 diff --git a/codecov.yml b/codecov.yml index 72f5c36ef..b1b6a5dcf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ codecov: - require_ci_to_pass: true + require_ci_to_pass: false notify: after_n_builds: 2 wait_for_ci: yes