File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 if : ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
175175 steps :
176176 - name : Send notifications of failing tests
177- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
177+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
178178 with :
179179 errors : true
180180 webhook : ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Collect metadata
1414 id : metadata
15- uses : dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0 .0
15+ uses : dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1 .0
1616 with :
1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818 - name : Approve
Original file line number Diff line number Diff line change 3333 scripts/build_pypi_package.sh
3434
3535 - name : Persist dist folder
36- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737 with :
3838 name : release-dist
3939 path : dist/
6060 - name : Publish release distributions to test.pypi.org
6161 # Using OIDC for PyPI publishing (no API tokens needed)
6262 # See: https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-pypi
63- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
63+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
6464 with :
6565 repository-url : https://test.pypi.org/legacy/
6666
8484 - name : Publish release distributions to pypi.org
8585 # Using OIDC for PyPI publishing (no API tokens needed)
8686 # See: https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-pypi
87- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
87+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
You can’t perform that action at this time.
0 commit comments