Allow dirty files in cargo-dist for action pins (#16842)

## Summary

This is same as https://github.com/astral-sh/uv/pull/12252 and is to
prepare for the upcoming Ruff release.

Upstream issue: https://github.com/axodotdev/cargo-dist/issues/1800
This commit is contained in:
Dhruv Manilawala 2025-03-19 18:06:53 +05:30 committed by GitHub
parent 15a6aeb998
commit fd341bb1b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,3 +327,6 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
install-updater = false
# Path that installers should place binaries in
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
# Temporarily allow changes to the `release` workflow, in which we pin actions
# to a SHA instead of a tag (https://github.com/astral-sh/uv/issues/12253)
allow-dirty = ["ci"]