Skip to content

chore(deps): drain the Dependabot queue (schemathesis 4.22.3 + 5 pinned action bumps) - #171

Merged
brownjuly2003-code merged 2 commits into
mainfrom
chore/s4-dependabot-consolidated
Jul 9, 2026
Merged

chore(deps): drain the Dependabot queue (schemathesis 4.22.3 + 5 pinned action bumps)#171
brownjuly2003-code merged 2 commits into
mainfrom
chore/s4-dependabot-consolidated

Conversation

@brownjuly2003-code

Copy link
Copy Markdown
Owner

Why

Audit audit_07_07_26.md F-list: the Dependabot queue should not sit open. Consolidates the two outstanding PRs into one CI cycle, keeping Dependabot as commit author.

Action pins verified, not trusted

Each bumped action keeps the <sha> # vX.Y.Z form. Every SHA was resolved against the GitHub API and matches the tag its comment claims:

Action Tag SHA
docker/setup-buildx-action v4.2.0 bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
docker/build-push-action v7.3.0 53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
docker/login-action v4.4.0 af1e73f918a031802d376d3c8bbc3fe56130a9b0
github/codeql-action/upload-sarif v4.37.0 99df26d4f13ea111d4ec1a7dddef6063f76b97e9
aws-actions/configure-aws-credentials v6.2.2 517a711dbcd0e402f90c77e7e2f81e849156e31d

Verify

  • 62 governance / pin / dependency-profile tests pass locally.
  • contract job on this PR exercises schemathesis 4.22.3; container-attestation exercises the docker actions.

Closes S4 of plan_07_07_26.md. Supersedes #160 and #169.

🤖 Generated with Claude Code

dependabot Bot added 2 commits July 9, 2026 05:26
Bumps the python-minor-patch group with 1 update in the / directory: [schemathesis](https://github.com/schemathesis/schemathesis).


Updates `schemathesis` from 4.21.10 to 4.22.3
- [Release notes](https://github.com/schemathesis/schemathesis/releases)
- [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md)
- [Commits](schemathesis/schemathesis@v4.21.10...v4.22.3)

---
updated-dependencies:
- dependency-name: schemathesis
  dependency-version: 4.22.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
… with 5 updates

Bumps the actions-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.1.0` | `4.2.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.2.0` | `7.3.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.4.0` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.2` | `4.37.0` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.2.1` | `6.2.2` |



Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@d7f5e7f...bb05f3f)

Updates `docker/build-push-action` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@f9f3042...53b7df9)

Updates `docker/login-action` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@650006c...af1e73f)

Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8aad20d...99df26d)

Updates `aws-actions/configure-aws-credentials` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@254c19b...517a711)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor-patch
- dependency-name: docker/build-push-action
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor-patch
- dependency-name: docker/login-action
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor-patch
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor-patch
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

DORA Metrics

  • Window: last 30 days
  • Branch: main
  • Deployment frequency: 92 total / 21.47 per week
  • Lead time for changes: avg 0.43h / median 0.0h
  • Change failure rate: 58.7% (54/92)
  • MTTR: n/a across 0 incident(s)

MTTR note: No failed mainline CI runs in the selected window.

@brownjuly2003-code
brownjuly2003-code merged commit 617bbb7 into main Jul 9, 2026
20 checks passed
@brownjuly2003-code
brownjuly2003-code deleted the chore/s4-dependabot-consolidated branch July 9, 2026 02:36
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.

1 participant