ci: roll up open Dependabot action bumps#36
Merged
Conversation
Land the five open Dependabot GitHub Action bumps as a single change so the overlapping PRs (two touching codeql.yml, two touching release.yml) do not rebase against each other and burn five CI runs for one mechanical change. - github/codeql-action/init v4.36.2 -> v4.37.0 - github/codeql-action/analyze v4.36.2 -> v4.37.0 - github/codeql-action/upload-sarif v4.36.2 -> v4.37.0 - docker/setup-qemu-action v4.1.0 -> v4.2.0 - docker/login-action v4.2.0 -> v4.4.0 Every SHA was resolved against the upstream repository and matches the commit its tag points at (the codeql-action tag is annotated and was dereferenced). All refs remain pinned to full 40-character SHAs, so validate-action-shas.sh still passes. Supersedes #34, #33, #32, #31, #29. Closes #35
This was referenced Jul 21, 2026
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #35. Supersedes #34, #33, #32, #31, #29.
Lands the five open Dependabot GitHub Action bumps as one change. Two of them touch
codeql.ymland two touchrelease.yml, so merging them individually means repeatedrebases and five CI runs for one mechanical change set.
codeql.ymlgithub/codeql-action/initcodeql.ymlgithub/codeql-action/analyzescorecard.ymlgithub/codeql-action/upload-sarifrelease.ymldocker/setup-qemu-actionrelease.ymldocker/login-actionThe diff is identical to the union of the five superseded PRs.
Verification
points at. The
github/codeql-actionv4.37.0 tag is annotated, so the tag object wasdereferenced to commit
99df26d4f13ea111d4ec1a7dddef6063f76b97e9.scripts/validate-action-shas.shpasses.make verifypasses locally (check-go-version, tidy-check, lint, test with race + coverage,build, validate-actions).
No Go dependencies are touched, so the libbeat/rxtx pins documented in
CLAUDE.mdare unaffected.