Bump actions/upload-artifact from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: actions/upload-artifact.
Updates
actions/upload-artifactfrom 6 to 7
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-version: ‘7’ dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Pyre Github Action
Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providing instantaneous feedback to developers as they write code.
Pyre GitHub Action enables you to run Pyre in CI and view the results on GitHub Security code scanning UI.
Usage
Inputs
repo-directoryRequired, Path to the Python source code you want to analyze. If you want to analyze the root of your repo, use
'./'. The default will be to analyze the root of your repository.Pyre Action will look for a
.pyre_configurationin the root of yourrepo-directory. If one cannot be found, a default Pyre configuration will be used.requirements-pathRequired, Path to file containing your Python code’s dependencies relative to
repo-directory. The default will look forrequirements.txtin the root of the directory you specified inrepo-directory.versionWhich version of Pyre to use. Defaults to the latest stable version of Pyre if the
use-nightlyflag below is also not set.use-nightlyWhen set to
true, the action will use the nightly version of Pyre to analyze your Python code. The nightly version of Pyre tends to be unstable and is not recommended unless you are adventurous. By default, the action will use the latest stable version of Pyre.License
Pyre Action is licensed under the MIT license.