mirror of
https://github.com/actions/setup-python.git
synced 2026-09-01 17:00:42 +08:00
- only warn about PyPy/GraalPy mirror when a custom mirror is set; the
action.yml default made the warning fire on every run
- accept the refs/heads/{branch} raw URL form so it routes via the REST
API instead of tripping the slash-branch warning
- scope mirror-token to the full mirror origin (scheme+host+port) so it
can't leak to a same-host http download_url
- make an invalid mirror fatal on the auth path, matching getManifestUrl
- fix warning/docs that wrongly claimed the raw fallback is anonymous
- force a manifest fetch in the mirror integration job (check-latest) so
it actually contacts the mirror instead of using the preinstalled cache
|
||
|---|---|---|
| .. | ||
| basic-validation.yml | ||
| check-dist.yml | ||
| codeql-analysis.yml | ||
| e2e-cache-freethreaded.yml | ||
| e2e-cache.yml | ||
| e2e-tests.yml | ||
| licensed.yml | ||
| publish-immutable-actions.yml | ||
| release-new-action-version.yml | ||
| test-graalpy.yml | ||
| test-pypy.yml | ||
| test-python-freethreaded.yml | ||
| test-python.yml | ||
| update-config-files.yml | ||