We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f532637 commit d2f4645Copy full SHA for d2f4645
.github/workflows/publish-to-pypi.yaml
@@ -44,7 +44,7 @@ jobs:
44
build
45
--sdist --wheel --outdir dist/ .
46
- name: Publish distribution to PyPI
47
- uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
+ uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
48
with:
49
password: ${{ secrets.PYPI_API_TOKEN }}
50
packages_dir: dist/
.github/workflows/scorecards.yml
@@ -50,6 +50,6 @@ jobs:
51
# Upload the results to GitHub's code scanning dashboard.
52
- name: "Upload to code-scanning"
53
- uses: github/codeql-action/upload-sarif@928ff8c822d966a999092a6a35e32177899afb7c # v2.24.6
+ uses: github/codeql-action/upload-sarif@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
54
55
sarif_file: results.sarif
0 commit comments