File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
submodules : recursive
31
31
- name : Set up Python 3
32
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
32
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
33
33
with :
34
34
python-version : 3.7
35
35
- name : Install pypa/build
44
44
build
45
45
--sdist --wheel --outdir dist/ .
46
46
- name : Publish distribution to PyPI
47
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
47
+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
48
48
with :
49
49
password : ${{ secrets.PYPI_API_TOKEN }}
50
50
packages_dir : dist/
Original file line number Diff line number Diff line change 27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
30
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@e113c555ef0956479345cfc3ed530c938d670db0 # v2.25.12
53
+ uses : github/codeql-action/upload-sarif@be8b74c09c1778bcdbea38e1a45efea2cb73e18c # v2.26.6
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments