Skip to content

Fix actions/github-script pin to match tagged v8.0.0 release#4833

Merged
pietern merged 1 commit intodatabricks:mainfrom
pietern:fix-github-script-pin
Mar 25, 2026
Merged

Fix actions/github-script pin to match tagged v8.0.0 release#4833
pietern merged 1 commit intodatabricks:mainfrom
pietern:fix-github-script-pin

Conversation

@pietern
Copy link
Copy Markdown
Contributor

@pietern pietern commented Mar 25, 2026

Summary

Dependabot PR #4413 bumped actions/github-script from v7 to v8, but picked up the main branch HEAD (450193c5abd4) instead of the tagged v8.0.0 SHA (ed597411d8f9) — likely because the v8 major version tag hadn't been updated when Dependabot ran. The # v8.0.0 comment was preserved, making the mismatch invisible without SHA verification.

This fixes the 3 occurrences in release.yml. The references in push.yml already use the correct SHA.

$ git ls-remote https://github.com/actions/github-script refs/tags/v8 refs/tags/v8.0.0
ed597411d8f924073f98dfc5c65a23a2325f34cd	refs/tags/v8
ed597411d8f924073f98dfc5c65a23a2325f34cd	refs/tags/v8.0.0

This pull request was AI-assisted by Isaac.

Dependabot PR databricks#4413 incorrectly changed the SHA from the tagged v8.0.0
release (ed597411d8f9) to the untagged main branch HEAD (450193c5abd4).
Revert to the correct tagged SHA.

Co-authored-by: Isaac
@pietern pietern merged commit 9ded3b0 into databricks:main Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants