From 94e0ab4ce7cff195723efeadaf6c1bbd29c989ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:02:20 +0000 Subject: [PATCH] Bump ni/python-actions/analyze-project from 0.7.1 to 0.8.0 Bumps [ni/python-actions/analyze-project](https://github.com/ni/python-actions) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/ni/python-actions/releases) - [Commits](https://github.com/ni/python-actions/compare/aa64e60612cb078b0c2ada666becbd70d4817d55...a2554c7e5680982d3355677b2290e48b60678744) --- updated-dependencies: - dependency-name: ni/python-actions/analyze-project dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check_module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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