Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
path: PyFluent-packages

- name: "Upload artifacts to PyPI using trusted publisher"
uses: pypa/gh-action-pypi-publish@v1.12.4
uses: pypa/gh-action-pypi-publish@v1.13.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'GitHub Actions' step
Uses Step
uses 'pypa/gh-action-pypi-publish' with ref 'v1.13.0', not a pinned commit hash
with:
repository-url: "https://upload.pypi.org/legacy/"
print-hash: true
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4443.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows