Conversation
a312e19 to
c0885f4
Compare
oops this was from previous PR. we need to fix forward. will send an upstream pr |
| id: publish-testpypi | ||
| continue-on-error: true | ||
| uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1 | ||
| uses: pypa/gh-action-pypi-publish@release/v1 # zizmor: ignore[unpinned-uses] -- until asf-infra publishes new allowlist with commit hash |
There was a problem hiding this comment.
will follow up once apache/infrastructure-actions#619 is merged
tracked in #3205
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Rationale for this change
Relates to apache/iceberg#15742
This PR
We can add back dependabot for github action because the "ASF allowlist check" will now alert when an action is not allowed (failures will no longer be silent)
pypa/gh-action-pypi-publishwith tag instead of pinned hash in.github/workflows/nightly-pypi-build.yml. ASF Infra allowlist only includes tag. Will fix forwardAre these changes tested?
Yes
Are there any user-facing changes?