Skip to content

chore(deps): Update GitHub Actions#56

Merged
williaby merged 1 commit into
mainfrom
renovate/github-actions
Jun 29, 2026
Merged

chore(deps): Update GitHub Actions#56
williaby merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@williaby

@williaby williaby commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Why

Scheduled patch update, bug fixes and security patches with no API changes.

Changes

This PR contains the following updates:

Package Change Type Update OpenSSF
ByronWilliamsCPA/.github (changelog) 671ea6d4b12bfe action digest
actions/setup-python (changelog) a309ff8ece7cb0 action digest OpenSSF Scorecard

Impact

  • ✅ Patch update: bug fixes and security patches only
  • ✅ No breaking changes

Acceptance Criteria

  • All CI checks pass

Testing

  • CI gates pass (tests, lint, type checking, security scan)

Notes


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 10pm every weekday,before 5am every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@williaby williaby added dependencies Pull requests that update a dependency file digest-update labels Jun 10, 2026
Copilot AI review requested due to automatic review settings June 10, 2026 02:19
@williaby williaby added dependencies Pull requests that update a dependency file digest-update labels Jun 10, 2026
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@williaby, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 46 minutes and 17 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 55e80e9c-23ce-4f87-8cae-4748d490d59e

📥 Commits

Reviewing files that changed from the base of the PR and between 5024679 and 0e25ef4.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • .github/workflows/qlty.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/security-analysis.yml
  • .github/workflows/sonarcloud.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/github-actions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the SHA pins for org-level reusable GitHub Actions workflows in this repo, moving callers from 671ea6d… to 987d517… to pick up patch-level fixes and security updates.

Changes:

  • Re-pin the python-security-analysis reusable workflow digest in security-analysis.yml.
  • Re-pin the python-scorecard reusable workflow digest in scorecard.yml.
  • Re-pin the python-qlty-coverage and python-qlty-gate reusable workflow digests in qlty.yml.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/security-analysis.yml Updates the reusable workflow SHA for the security analysis job.
.github/workflows/scorecard.yml Updates the reusable workflow SHA for the OpenSSF Scorecard job.
.github/workflows/qlty.yml Updates the reusable workflow SHAs for Qlty coverage upload and Qlty gate jobs.

Comment thread .github/workflows/security-analysis.yml Outdated
pull-requests: write
actions: read
uses: ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.yml@671ea6d3bad0d0df346b6b401144e05a48172202 # main
uses: ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.yml@987d517d3c8e4b180f4dd15de6d9575f0df91182 # main
Comment thread .github/workflows/scorecard.yml Outdated
contents: read
actions: read
uses: ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@671ea6d3bad0d0df346b6b401144e05a48172202 # main
uses: ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@987d517d3c8e4b180f4dd15de6d9575f0df91182 # main
Comment thread .github/workflows/qlty.yml Outdated
qlty:
if: github.event_name == 'push'
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@671ea6d3bad0d0df346b6b401144e05a48172202 # main
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-coverage.yml@987d517d3c8e4b180f4dd15de6d9575f0df91182 # main
Comment thread .github/workflows/qlty.yml Outdated
qlty-gate:
if: github.event_name == 'pull_request'
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-gate.yml@671ea6d3bad0d0df346b6b401144e05a48172202 # main
uses: ByronWilliamsCPA/.github/.github/workflows/python-qlty-gate.yml@987d517d3c8e4b180f4dd15de6d9575f0df91182 # main
@williaby williaby force-pushed the renovate/github-actions branch from 2221813 to 8cd167a Compare June 10, 2026 20:12
@williaby williaby changed the title chore(deps): Update GitHub Actions to 987d517 chore(deps): Update GitHub Actions to 7198a49 Jun 10, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 8cd167a to 0eb56a4 Compare June 11, 2026 05:19
@williaby williaby changed the title chore(deps): Update GitHub Actions to 7198a49 chore(deps): Update GitHub Actions to bde8fc0 Jun 11, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 0eb56a4 to 9ea020b Compare June 12, 2026 05:16
@williaby williaby changed the title chore(deps): Update GitHub Actions to bde8fc0 chore(deps): Update GitHub Actions to d88dd03 Jun 12, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 9ea020b to 39ebc24 Compare June 14, 2026 11:16
@williaby williaby changed the title chore(deps): Update GitHub Actions to d88dd03 chore(deps): Update GitHub Actions to 01bb574 Jun 14, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 39ebc24 to 0688952 Compare June 19, 2026 17:19
@williaby williaby changed the title chore(deps): Update GitHub Actions to 01bb574 chore(deps): Update GitHub Actions to aa39893 Jun 19, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 0688952 to d2c4ed9 Compare June 19, 2026 20:17
@williaby williaby changed the title chore(deps): Update GitHub Actions to aa39893 chore(deps): Update GitHub Actions to 3542af7 Jun 19, 2026
@williaby williaby force-pushed the renovate/github-actions branch from d2c4ed9 to f07c13d Compare June 19, 2026 23:15
@williaby williaby changed the title chore(deps): Update GitHub Actions to 3542af7 chore(deps): Update GitHub Actions to 58cb184 Jun 19, 2026
@williaby williaby force-pushed the renovate/github-actions branch from f07c13d to 255f57b Compare June 20, 2026 05:20
@williaby williaby changed the title chore(deps): Update GitHub Actions to 58cb184 chore(deps): Update GitHub Actions to bf4bdce Jun 20, 2026
@williaby williaby changed the title chore(deps): Update GitHub Actions to bf4bdce chore(deps): Update GitHub Actions to 865091c Jun 20, 2026
@williaby williaby force-pushed the renovate/github-actions branch 2 times, most recently from f19867e to f0f580c Compare June 21, 2026 02:18
@williaby williaby changed the title chore(deps): Update GitHub Actions to 865091c chore(deps): Update GitHub Actions to d4e2acf Jun 21, 2026
@williaby williaby force-pushed the renovate/github-actions branch from f0f580c to 0aaa232 Compare June 22, 2026 05:19
@williaby williaby changed the title chore(deps): Update GitHub Actions to d4e2acf chore(deps): Update GitHub Actions to 4acd7b6 Jun 22, 2026
@williaby williaby force-pushed the renovate/github-actions branch from 0aaa232 to e0d30d4 Compare June 23, 2026 05:16
@williaby williaby changed the title chore(deps): Update GitHub Actions to 4acd7b6 chore(deps): Update GitHub Actions to ef10bbe Jun 23, 2026
@williaby williaby force-pushed the renovate/github-actions branch from e0d30d4 to 9effd53 Compare June 24, 2026 05:20
@williaby williaby changed the title chore(deps): Update GitHub Actions to ef10bbe chore(deps): Update GitHub Actions Jun 24, 2026
@williaby williaby force-pushed the renovate/github-actions branch 4 times, most recently from 427ef8c to 788bb6d Compare June 28, 2026 02:29
@williaby williaby force-pushed the renovate/github-actions branch from 788bb6d to 0e25ef4 Compare June 29, 2026 02:19
@sonarqubecloud

Copy link
Copy Markdown

@williaby williaby added this pull request to the merge queue Jun 29, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 29, 2026
@williaby williaby added this pull request to the merge queue Jun 29, 2026
Merged via the queue into main with commit 4107fd9 Jun 29, 2026
28 of 33 checks passed
@williaby williaby deleted the renovate/github-actions branch June 29, 2026 14:32
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 digest-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants