We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83085b5 commit 12f988eCopy full SHA for 12f988e
analyze-project/action.yml
@@ -92,7 +92,7 @@ runs:
92
working-directory: ${{ inputs.project-directory }}
93
- name: Pyright static analysis
94
if: steps.check_tools.outputs.pyright == 'true'
95
- uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
+ uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
96
with:
97
version: PATH
98
0 commit comments