File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Publish core package to PyPI
4747 if : ${{ inputs.dry_run == false }}
48- uses : pypa/gh-action-pypi-publish@release/v1
48+ # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
49+ uses : pypa/gh-action-pypi-publish@3cc2c35166dfc1e5ea3bb0491ffdeedcaa50d7c
4950 with :
5051 password : ${{ env.PYPI_AUTH_TOKEN }}
5152 packages-dir : packages/core/dist/
7980
8081 - name : Publish langchain package to PyPI
8182 if : ${{ inputs.dry_run == false }}
82- uses : pypa/gh-action-pypi-publish@release/v1
83+ # Pinned to v1.8.13 (2024-06-14) for security
84+ # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
85+ uses : pypa/gh-action-pypi-publish@3cc2c35166dfc1e5ea3bb0491ffdeedcaa50d7c
8386 with :
8487 password : ${{ env.PYPI_AUTH_TOKEN }}
8588 packages-dir : packages/langchain/dist/
Original file line number Diff line number Diff line change 5252 - uses : ./.github/actions/build-docs
5353
5454 - name : Publish core package to PyPI
55- uses : pypa/gh-action-pypi-publish@release/v1
55+ # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
56+ uses : pypa/gh-action-pypi-publish@3cc2c35166dfc1e5ea3bb0491ffdeedcaa50d7c
5657 with :
5758 password : ${{ env.PYPI_AUTH_TOKEN }}
5859 packages-dir : packages/core/dist/
8687 package-path : packages/langchain
8788
8889 - name : Publish langchain package to PyPI
89- uses : pypa/gh-action-pypi-publish@release/v1
90+ # Pinned to v1.8.13 (2024-06-14) for security
91+ # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
92+ uses : pypa/gh-action-pypi-publish@3cc2c35166dfc1e5ea3bb0491ffdeedcaa50d7c
9093 with :
9194 password : ${{ env.PYPI_AUTH_TOKEN }}
9295 packages-dir : packages/langchain/dist/
You can’t perform that action at this time.
0 commit comments