Skip to content

chore(deps): Update GitHub Actions to a9781c9#59

Open
williaby wants to merge 1 commit into
mainfrom
renovate/org-workflow-sha-pins
Open

chore(deps): Update GitHub Actions to a9781c9#59
williaby wants to merge 1 commit into
mainfrom
renovate/org-workflow-sha-pins

Conversation

@williaby
Copy link
Copy Markdown
Owner

@williaby williaby commented Jun 2, 2026

Summary

Why

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

Changes

This PR contains the following updates:

Package Type Update Change OpenSSF
ByronWilliamsCPA/.github (changelog) action digest 40ff5b5a9781c9 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate.

Copilot AI review requested due to automatic review settings June 2, 2026 05:20
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Five GitHub Actions workflow files update their delegated org-level reusable-workflow uses: references to newer pinned commit SHAs; all job inputs and configuration remain unchanged.

Changes

Workflow delegation updates

Layer / File(s) Summary
Reusable workflow pin updates
.github/workflows/coverage.yml, .github/workflows/python-compatibility.yml, .github/workflows/sbom.yml, .github/workflows/scorecard.yml, .github/workflows/security-analysis.yml
Five workflow files update their delegated reusable workflow uses: references to pin org-level workflows to newer commit SHAs. Coverage, compatibility, SBOM, scorecard, and security-analysis jobs each reference updated commit SHAs; no other job inputs or configuration changed.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • williaby/image-generation#36: Both PRs update the same GitHub Actions reusable-workflow uses: pinned SHAs across coverage, compatibility, SBOM, scorecard, and security-analysis workflows.
  • williaby/image-generation#46: Both PRs update pinned uses: SHAs for several .github/workflows/*.yml entries to newer org/reusable workflow revisions.
  • williaby/image-generation#16: Overlaps on scorecard workflow changes — both PRs modify jobs.scorecard.uses to point at updated reusable workflow commits.

Suggested labels

automated

Poem

🐰 I hopped through YAML, pins in tow,
Five tiny SHAs to make things flow,
No logic altered, just a gentle tweak,
CI refreshed — the branch can speak,
A little rabbit dance, quick and neat!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title references updating GitHub Actions to 'a9781c9', but the summaries show updates to multiple workflow files with a different commit SHA ('24fe3cfa') and the PR objectives mention '1561a3e' as the target digest. The actual changes are pinning reusable workflows to new commit SHAs, not the SHAs stated in the title. Update the title to accurately reflect the actual commit SHA being pinned (e.g., 'chore(deps): Update GitHub Actions to 24fe3cfa' or '1561a3e' per the PR objectives), or clarify which digest the workflows are actually being updated to.
✅ Passed checks (4 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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/org-workflow-sha-pins

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/security-analysis.yml

PackageVersionLicenseIssue Type
ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.ymla9781c9f0f051339d5fed81b6b9f4fff2b064035NullUnknown License
Denied Licenses: GPL-2.0, GPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
actions/ByronWilliamsCPA/.github/.github/workflows/python-security-analysis.yml a9781c9f0f051339d5fed81b6b9f4fff2b064035 UnknownUnknown

Scanned Files

  • .github/workflows/security-analysis.yml

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the pinned digest for the org-level reusable GitHub Actions workflows to incorporate upstream patch fixes and security updates, without changing this repository’s workflow inputs or behavior.

Changes:

  • Bump ByronWilliamsCPA/.github reusable workflow references from 40ff5b5… to 160e806… across security, scorecard, SBOM, compatibility, and coverage workflows.
  • Keep existing workflow configuration/inputs unchanged while consuming the newer upstream workflow implementations.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/security-analysis.yml Updates reusable workflow digest for the security analysis workflow caller.
.github/workflows/scorecard.yml Updates reusable workflow digest for the OpenSSF Scorecard caller.
.github/workflows/sbom.yml Updates reusable workflow digest for SBOM generation and security scanning caller.
.github/workflows/python-compatibility.yml Updates reusable workflow digest for the Python compatibility matrix caller.
.github/workflows/coverage.yml Updates reusable workflow digest for the Qlty coverage upload caller.

@williaby williaby force-pushed the renovate/org-workflow-sha-pins branch from 15fe0b1 to f31a877 Compare June 2, 2026 08:17
@williaby williaby changed the title chore(deps): Update GitHub Actions to 160e806 chore(deps): Update GitHub Actions to ab2a385 Jun 2, 2026
@williaby williaby force-pushed the renovate/org-workflow-sha-pins branch from f31a877 to 0c155a3 Compare June 3, 2026 05:21
@williaby williaby changed the title chore(deps): Update GitHub Actions to ab2a385 chore(deps): Update GitHub Actions to 30407bf Jun 3, 2026
@williaby williaby changed the title chore(deps): Update GitHub Actions to 30407bf chore(deps): Update GitHub Actions to 1561a3e Jun 3, 2026
@williaby williaby force-pushed the renovate/org-workflow-sha-pins branch 2 times, most recently from a0f0da1 to 1121aa8 Compare June 4, 2026 05:21
@williaby williaby changed the title chore(deps): Update GitHub Actions to 1561a3e chore(deps): Update GitHub Actions to 24fe3cf Jun 4, 2026
@williaby williaby force-pushed the renovate/org-workflow-sha-pins branch from 1121aa8 to 61f8725 Compare June 5, 2026 17:39
@williaby williaby changed the title chore(deps): Update GitHub Actions to 24fe3cf chore(deps): Update GitHub Actions to a9781c9 Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants