diff --git a/.github/workflows/check_module.yml b/.github/workflows/check_module.yml index 6edc12c..f7b663b 100644 --- a/.github/workflows/check_module.yml +++ b/.github/workflows/check_module.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Poetry uses: ni/python-actions/setup-poetry@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 - name: Analyze Python Project - uses: ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1 + uses: ni/python-actions/analyze-project@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 with: install-args: "--with test --with lint --all-extras" - name: Bandit security checks