Skip to content

ci: roll up open Dependabot GitHub Action bumps #35

Description

@cjimti

Background

Dependabot has five open PRs, all of which bump GitHub Action pins in .github/workflows.
Merging them one at a time causes repeated rebases and five CI runs for what is a single
mechanical change set. Two of them (#31, #29) touch the same file (release.yml) and two
(#34, #32) touch the same file (codeql.yml), so they will conflict-rebase against each other.

Open PRs:

PR Action From To
#34 github/codeql-action/analyze v4.36.2 v4.37.0
#33 github/codeql-action/upload-sarif v4.36.2 v4.37.0
#32 github/codeql-action/init v4.36.2 v4.37.0
#31 docker/login-action v4.2.0 v4.4.0
#29 docker/setup-qemu-action v4.1.0 v4.2.0

Goal

Land all five bumps as one rollup PR, and close the individual Dependabot PRs as superseded.

Tasks

  • Bump the three github/codeql-action/* pins to the v4.37.0 commit SHA
  • Bump docker/login-action to the v4.4.0 commit SHA
  • Bump docker/setup-qemu-action to the v4.2.0 commit SHA
  • Verify each SHA resolves to the claimed tag in the upstream repo (annotated tags dereferenced)
  • Keep the # vX.Y.Z version comments accurate next to each pin
  • Run make verify (includes scripts/validate-action-shas.sh)

Acceptance criteria

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions