Skip to content

Commit 74d2476

Browse files
address zimzor security alerts and sha mismatch
1 parent f7f806e commit 74d2476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Install and authenticate Cloudsmith CLI
86-
uses: cloudsmith-io/cloudsmith-cli-action@d8a6f3fe4d45eaee8e8fafae7230e808e1c7f8ab # v2.0.0
86+
uses: cloudsmith-io/cloudsmith-cli-action@76c8ff51a34bea1036d9b7708f10a929624a1910 # v2.0.1
8787
with:
8888
oidc-namespace: ${{ vars.CLOUDSMITH_NAMESPACE }}
8989
oidc-service-slug: ${{ vars.CLOUDSMITH_SVC_SLUG }}
@@ -155,6 +155,6 @@ jobs:
155155
run: python setup.py sdist bdist_wheel
156156

157157
- name: Publish to PyPI
158-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
158+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
159159
with:
160160
packages-dir: dist/

0 commit comments

Comments
 (0)