Skip to content

Commit 037a39e

Browse files
CI: Pin scientific-python/upload-nightly-action to release sha (#8662)
* For security best practices, use the action from known commit shas that correspond to tagged releases. These can be updated via dependabot.
1 parent d639d6e commit 037a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: Upload wheel
41-
uses: scientific-python/upload-nightly-action@main
41+
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
4242
with:
4343
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
4444
artifacts_path: dist

0 commit comments

Comments
 (0)