From 2ce2f984329ea45e44b3ccd8bfc22a8cc91a3e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:56:53 +0000 Subject: [PATCH] Bump ni/python-actions/analyze-project from 0.8.0 to 0.9.0 Bumps [ni/python-actions/analyze-project](https://github.com/ni/python-actions) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/ni/python-actions/releases) - [Commits](https://github.com/ni/python-actions/compare/a2554c7e5680982d3355677b2290e48b60678744...dee640bba235ae28fdc6b7337c643bd06358ae90) --- updated-dependencies: - dependency-name: ni/python-actions/analyze-project dependency-version: 0.9.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 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