Skip to content

Comments

Update actions/attest-build-provenance digest to 18db129 - autoclosed#17302

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-attest-build-provenance-digest
Closed

Update actions/attest-build-provenance digest to 18db129 - autoclosed#17302
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-attest-build-provenance-digest

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2026

This PR contains the following updates:

Package Type Update Change
actions/attest-build-provenance action digest 00014ed18db129

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the internal A refactor or improvement that is not user-facing label Jan 2, 2026
@renovate renovate bot temporarily deployed to uv-test-registries January 2, 2026 17:38 Inactive
@woodruffw
Copy link
Member

I don't understand why Renovate created this -- the update isn't on a tag.

@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from e41f137 to feb68ea Compare January 5, 2026 17:14
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 405d0ea Update actions/attest-build-provenance digest to 63e6444 Jan 5, 2026
@renovate renovate bot temporarily deployed to uv-test-registries January 5, 2026 17:18 Inactive
@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from feb68ea to eb76fac Compare January 9, 2026 18:31
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 63e6444 Update actions/attest-build-provenance digest to 98f3aa9 Jan 9, 2026
@renovate renovate bot temporarily deployed to uv-test-registries January 9, 2026 18:33 Inactive
zaniebot pushed a commit to zaniebot/uv that referenced this pull request Jan 9, 2026
This fixes the issue where Renovate was proposing updates to untagged
commits. The version comment `# v3.1.0` allows Renovate to properly
track the semantic version and only propose updates to actual releases,
matching the format used in build-docker.yml.

Fixes: astral-sh#17302 (comment)
@zanieb
Copy link
Member

zanieb commented Jan 9, 2026

I think it's because there's no trailing version tag comment

zaniebot pushed a commit to zaniebot/uv that referenced this pull request Jan 9, 2026
The release.yml workflow is auto-generated by cargo-dist from
dist-workspace.toml. Renovate was creating separate PRs for release.yml
without updating dist-workspace.toml because:

1. dist-workspace.toml has version comments (e.g., `# v3.1.0`) so Renovate
   tracks it using semantic versioning
2. release.yml lacks version comments (cargo-dist doesn't add them), so
   Renovate tracks it as raw digest updates
3. This caused Renovate to propose updates to untagged commits in release.yml

The fix is to disable Renovate's GitHub Actions manager for release.yml,
ensuring updates go through dist-workspace.toml as the source of truth.

Fixes: astral-sh#17302 (comment)
@woodruffw
Copy link
Member

I think it's because there's no trailing version tag comment

That would explain it, although I thought it would still honor tags only because of our presets. That seems to work for the other action references in ci.yml like #13905.

Maybe we should just exclude this workflow entirely? I could look again at making a custom Renovate matcher for the dist config.

@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from eb76fac to 85c39d5 Compare January 16, 2026 18:20
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 98f3aa9 Update actions/attest-build-provenance digest to 6865550 Jan 16, 2026
@zanieb
Copy link
Member

zanieb commented Jan 16, 2026

I think we might as well dirty the file with a tag, since it's already dirty.

@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from 85c39d5 to 9dfa746 Compare January 26, 2026 18:10
@renovate renovate bot added the build:skip-release Disable building release binaries for a pull request label Jan 26, 2026
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 6865550 Update actions/attest-build-provenance digest to 96278af Jan 26, 2026
@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from 9dfa746 to 30f3536 Compare January 28, 2026 00:54
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 96278af Update actions/attest-build-provenance digest to 55d56c3 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from 30f3536 to a34008d Compare January 28, 2026 05:44
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 55d56c3 Update actions/attest-build-provenance digest to 57db8ba Jan 28, 2026
@renovate renovate bot force-pushed the renovate/actions-attest-build-provenance-digest branch from a34008d to 6c6553d Compare January 30, 2026 00:34
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 57db8ba Update actions/attest-build-provenance digest to 18db129 Jan 30, 2026
zanieb pushed a commit that referenced this pull request Jan 30, 2026
## Summary

`release.yml` is managed by dist, so Renovate creates a lot of
chaff/noise/unnecessary dirty changes when trying to bump it. See #17302
for example.

## Test Plan

NFC.

---------

Signed-off-by: William Woodruff <william@astral.sh>
@renovate renovate bot changed the title Update actions/attest-build-provenance digest to 18db129 Update actions/attest-build-provenance digest to 18db129 - autoclosed Jan 30, 2026
@renovate renovate bot closed this Jan 30, 2026
@renovate renovate bot deleted the renovate/actions-attest-build-provenance-digest branch January 30, 2026 01:49
zanieb pushed a commit that referenced this pull request Feb 4, 2026
`release.yml` is managed by dist, so Renovate creates a lot of
chaff/noise/unnecessary dirty changes when trying to bump it. See #17302
for example.

NFC.

---------

Signed-off-by: William Woodruff <william@astral.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:skip-release Disable building release binaries for a pull request internal A refactor or improvement that is not user-facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants