From ad48e20443016c261c0fcf64d0fb8ddca2bc6e97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:35:34 +0000 Subject: [PATCH] chore(deps): update jakebailey/pyright-action action to v3 --- analyze-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze-project/action.yml b/analyze-project/action.yml index 3389bf9..32aea98 100644 --- a/analyze-project/action.yml +++ b/analyze-project/action.yml @@ -95,7 +95,7 @@ runs: working-directory: ${{ inputs.project-directory }} - name: Pyright static analysis if: steps.check_tools.outputs.pyright == 'true' - uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3 + uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2 with: version: PATH working-directory: ${{ inputs.project-directory }} \ No newline at end of file