Skip to content

ci: fix astral-sh/setup-uv version comment tags to match v8.0.0 SHA#59

Merged
lhoupert merged 2 commits intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.0.0
Apr 9, 2026
Merged

ci: fix astral-sh/setup-uv version comment tags to match v8.0.0 SHA#59
lhoupert merged 2 commits intomainfrom
dependabot/github_actions/astral-sh/setup-uv-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

The astral-sh/setup-uv SHA cec208311dfd045dd5311c1add060b2062131d57 was pinned correctly to v8.0.0 but the inline version comments still read # v5.3.1, triggering zizmor alerts for mismatched SHA/tag annotations.

  • Updated all three occurrences to # v8.0.0:
    • .github/workflows/ci.yml (pre-commit and test jobs)
    • .github/workflows/integration-tests.yml (uv setup step)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

✅ All test workflows behaved as expected

13 passed, 0 failed

Test Name Expected Actual Bandit pip-audit Result
01 requirements · flat · clean success success
02 requirements · src/ · bandit HIGH failure failure B105, B404, B602
03 requirements · src/+scripts/ · bandit HIGH + pip-audit failure failure B105, B404, B602 cryptography, idna, requests, urllib3
04 uv · flat · clean success success
05 uv · src/ · pip-audit vuln failure failure idna, requests, urllib3
06 uv · src/+scripts/ · bandit MEDIUM failure failure B324, B506
07 poetry · flat · clean success success
08 poetry · src/ · bandit MEDIUM + pip-audit failure failure B105, B324 cryptography, idna, requests, urllib3
09 pipenv · flat · clean success success
10 pipenv · src/+scripts/ · bandit HIGH failure failure B404, B602
11 requirements · flat · clean (root working dir) success success
12 uv · flat · bandit-only (no pip-audit) failure failure B404, B602 disabled
14 uv · flat · low threshold (B101 assert) failure failure B101 disabled

@lhoupert
Copy link
Copy Markdown
Collaborator

lhoupert commented Apr 9, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch from 49aa2ee to a9ef015 Compare April 9, 2026 09:08
@lhoupert lhoupert self-requested a review April 9, 2026 09:13
@lhoupert
Copy link
Copy Markdown
Collaborator

lhoupert commented Apr 9, 2026

@copilot fix the version comment tags so they match version associated with the sha-commit

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5.4.2 to 8.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5.4.2...cec2083)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch from a9ef015 to d7f9697 Compare April 9, 2026 09:17
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 9, 2026

@copilot fix the version comment tags so they match version associated with the sha-commit

Fixed in 90fcf65. All three astral-sh/setup-uv references now have # v8.0.0 comments that correctly match the SHA cec208311dfd045dd5311c1add060b2062131d57.

Copilot AI changed the title ci: bump astral-sh/setup-uv from 5.4.2 to 8.0.0 ci: fix astral-sh/setup-uv version comment tags to match v8.0.0 SHA Apr 9, 2026
@lhoupert lhoupert merged commit 9853eeb into main Apr 9, 2026
20 checks passed
@lhoupert lhoupert deleted the dependabot/github_actions/astral-sh/setup-uv-8.0.0 branch April 9, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants