Skip to content

Commit

Permalink
CI: Pin scientific-python/upload-nightly-action to release sha (#8662)
Browse files Browse the repository at this point in the history
* For security best practices, use the action from known commit shas that
  correspond to tagged releases. These can be updated via dependabot.
  • Loading branch information
matthewfeickert authored Jan 24, 2024
1 parent d639d6e commit 037a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fi
- name: Upload wheel
uses: scientific-python/upload-nightly-action@main
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
with:
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
artifacts_path: dist

0 comments on commit 037a39e

Please sign in to comment.