Skip to content

ci: roll up open Dependabot action bumps#36

Merged
cjimti merged 1 commit into
masterfrom
35-rollup-dependabot-action-bumps
Jul 21, 2026
Merged

ci: roll up open Dependabot action bumps#36
cjimti merged 1 commit into
masterfrom
35-rollup-dependabot-action-bumps

Conversation

@cjimti

@cjimti cjimti commented Jul 21, 2026

Copy link
Copy Markdown
Member

Closes #35. Supersedes #34, #33, #32, #31, #29.

Lands the five open Dependabot GitHub Action bumps as one change. Two of them touch
codeql.yml and two touch release.yml, so merging them individually means repeated
rebases and five CI runs for one mechanical change set.

Workflow Action From To
codeql.yml github/codeql-action/init v4.36.2 v4.37.0
codeql.yml github/codeql-action/analyze v4.36.2 v4.37.0
scorecard.yml github/codeql-action/upload-sarif v4.36.2 v4.37.0
release.yml docker/setup-qemu-action v4.1.0 v4.2.0
release.yml docker/login-action v4.2.0 v4.4.0

The diff is identical to the union of the five superseded PRs.

Verification

  • Each new SHA was resolved against the upstream repository and matches the commit its tag
    points at. The github/codeql-action v4.37.0 tag is annotated, so the tag object was
    dereferenced to commit 99df26d4f13ea111d4ec1a7dddef6063f76b97e9.
  • All refs remain pinned to full 40-character SHAs; scripts/validate-action-shas.sh passes.
  • make verify passes 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.md are unaffected.

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
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.

ci: roll up open Dependabot GitHub Action bumps

1 participant