Skip to content

Commit 4077e41

Browse files
Update .github/workflows/release-please.yml
Co-authored-by: semgrep-code-launchdarkly[bot] <167133144+semgrep-code-launchdarkly[bot]@users.noreply.github.com>
1 parent 0c2bb20 commit 4077e41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ jobs:
124124
ssm_parameter_pairs: '/production/common/releasing/pypi/token = PYPI_AUTH_TOKEN'
125125

126126
- name: Publish to PyPI
127-
uses: pypa/gh-action-pypi-publish@release/v1
127+
# Pin the action to a full 40-character commit SHA for security.
128+
# Release v1 commit SHA as of 2024-06-14:
129+
# https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
130+
# Commit SHA: 19af04270e8d898ea07a523bb392fa7fe98df87c
131+
uses: pypa/gh-action-pypi-publish@19af04270e8d898ea07a523bb392fa7fe98df87c
128132
with:
129133
password: ${{ env.PYPI_AUTH_TOKEN }}
130134
packages-dir: packages/ai-providers/server-ai-langchain/dist/

0 commit comments

Comments
 (0)