File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
build
45
45
--sdist --wheel --outdir dist/ .
46
46
- name : Publish distribution to PyPI
47
- uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
47
+ uses : pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
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 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
53
+ uses : github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments