diff --git a/.github/workflows/check_module.yml b/.github/workflows/check_module.yml index 7b772f4..6e7f6a7 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@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 + uses: ni/python-actions/analyze-project@dee640bba235ae28fdc6b7337c643bd06358ae90 # v0.9.0 with: install-args: "--with test --with lint --all-extras" - name: Bandit security checks