Skip to content

ci: update reviewed GitHub Action pins - #18

Merged
kriptoburak merged 6 commits into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-4.37.3
Jul 30, 2026
Merged

ci: update reviewed GitHub Action pins#18
kriptoburak merged 6 commits into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-4.37.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update CodeQL init, analyze, and upload-sarif to v4.37.3
  • update setup-uv to v9.0.0
  • update gh-action-pypi-publish to v1.14.1

This consolidates PRs #19, #20, #21, and #22. It keeps CodeQL phases on one immutable pin and avoids broken intermediate merges.

Verification

  • uv locked install
  • Ruff format and lint
  • pip-audit
  • 47 tests passed, 1 skipped, with 100% coverage
  • reproducible source and wheel builds
  • actionlint

Summary by CodeRabbit

  • Chores
    • Updated automated testing and security-checking workflows to use newer tooling.
    • Improved the reliability of package publishing and distribution processes.
    • Refreshed security reporting integrations for more consistent code-scanning results.

Note

Update pinned GitHub Actions to latest versions across CI workflows

Bumps action pins across all GitHub Actions workflows:

Changes since #18 opened

  • Removed path filter from pull_request trigger in fuzz.yml workflow [63093de]

Macroscope summarized 53d7da4.

Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.1 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@7188fc3...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 29, 2026
dependabot Bot added 4 commits July 30, 2026 18:48
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@11f9893...c771a70)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.1 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@7188fc3...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.1 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@7188fc3...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The pull request updates pinned GitHub Actions used by CI, PyPI publishing, CodeQL analysis, and Scorecard SARIF uploads.

Changes

Workflow action updates

Layer / File(s) Summary
Build and publishing action pins
.github/workflows/ci.yml, .github/workflows/publish.yml
The setup-uv action is updated in CI and publishing, and the PyPI publishing action is updated to newer pinned revisions.
Security scanning action pins
.github/workflows/codeql.yml, .github/workflows/scorecard.yml
CodeQL initialization, analysis, and Scorecard SARIF upload steps use newer pinned CodeQL action revisions while retaining their existing configuration.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: kriptoburak

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the workflow change: updating reviewed GitHub Action pins.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/github/codeql-action/analyze-4.37.3

Comment @coderabbitai help to get the list of available commands.

Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the complete current diff, description, commit history, checks, discussion, repository policy, relevant contracts and tests, dependency and release integrity, licensing, DCO, and public-safety implications. Required checks are green and no actionable review threads remain.

@kriptoburak
kriptoburak merged commit 8f8b542 into main Jul 30, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/github/codeql-action/analyze-4.37.3 branch July 30, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant