diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a5f5fb4..b9f2521 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -95,7 +95,7 @@ jobs: bandit -r src/ -f json -o bandit-report.json - name: Run dependency vulnerability scan - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 with: inputs: requirements.txt