Skip to content

Comments

Bump senzing-factory/build-resources/.github/workflows/lint-workflows.yaml from 3 to 4#216

Merged
docktermj merged 9 commits intomainfrom
dependabot/github_actions/senzing-factory/build-resources/dot-github/workflows/lint-workflows.yaml-4
Feb 17, 2026
Merged

Bump senzing-factory/build-resources/.github/workflows/lint-workflows.yaml from 3 to 4#216
docktermj merged 9 commits intomainfrom
dependabot/github_actions/senzing-factory/build-resources/dot-github/workflows/lint-workflows.yaml-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps senzing-factory/build-resources/.github/workflows/lint-workflows.yaml from 3 to 4.

Release notes

Sourced from senzing-factory/build-resources/.github/workflows/lint-workflows.yaml's releases.

4.0.0

What's Changed

Full Changelog: senzing-factory/build-resources@v3...4.0.0

3.0.31

What's Changed

Full Changelog: senzing-factory/build-resources@v3...3.0.31

3.0.30

What's Changed

Full Changelog: senzing-factory/build-resources@v3...3.0.30

3.0.29

What's Changed

Full Changelog: senzing-factory/build-resources@v3...3.0.29

3.0.28

What's Changed

New Contributors

Full Changelog: senzing-factory/build-resources@v3...3.0.28

3.0.27

Full Changelog: senzing-factory/build-resources@v3...3.0.27

3.0.26

Full Changelog: senzing-factory/build-resources@v3...3.0.26

... (truncated)

Changelog

Sourced from senzing-factory/build-resources/.github/workflows/lint-workflows.yaml's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, markdownlint, and this project adheres to Semantic Versioning.

[Unreleased]

  • Thing 5
  • Thing 4

[1.0.1] - yyyy-mm-dd

Added to 1.0.1

  • Thing 3

Fixed in 1.0.1

  • Thing 2

[1.0.0] - yyyy-mm-dd

Added to 1.0.0

  • Thing 2
  • Thing 1
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Resolves #260
Resolves #262
Resolves #261
Resolves senzing-factory/build-resources#261
Resolves senzing-factory/build-resources#257
Resolves senzing-factory/build-resources#259
Resolves senzing-factory/build-resources#254
Resolves senzing-factory/build-resources#250
Resolves senzing-factory/build-resources#255
Resolves senzing-factory/build-resources#249
Resolves senzing-factory/build-resources#256
Resolves senzing-factory/build-resources#252
Resolves senzing-factory/build-resources#253
Resolves senzing-factory/build-resources#244
Resolves senzing-factory/build-resources#246
Resolves senzing-factory/build-resources#248

….yaml

Bumps [senzing-factory/build-resources/.github/workflows/lint-workflows.yaml](https://github.com/senzing-factory/build-resources) from 3 to 4.
- [Release notes](https://github.com/senzing-factory/build-resources/releases)
- [Changelog](https://github.com/senzing-factory/build-resources/blob/main/CHANGELOG.md)
- [Commits](senzing-factory/build-resources@v3...v4)

---
updated-dependencies:
- dependency-name: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 13, 2026 01:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 13, 2026
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Code Quality

Code follows style guide

  • The change is a simple version bump in a GitHub Actions workflow file
  • Format and structure follow standard YAML conventions
  • No style guide violations detected

No commented-out code

  • The diff shows a clean version update with no commented code

Meaningful variable names

  • Not applicable - this is a workflow configuration file with standard GitHub Actions syntax

DRY principle followed

  • Not applicable for this single-line version bump

Identify Defects

  • No bugs, logic errors, or security vulnerabilities detected
  • The change updates a reusable workflow from v3 to v4, which is a standard dependency update
  • No edge cases, race conditions, or memory leaks applicable to workflow configuration

Project memory configuration

  • No ./.claude/CLAUDE.md file was found in the repository, so no project-specific guidelines to evaluate

Testing

⚠️ Testing considerations

  • Not applicable in the traditional sense for workflow version bumps
  • The updated workflow (lint-workflows.yaml@v4) should be tested by the workflow execution itself
  • Recommendation: Ensure the v4 workflow has been tested in the senzing-factory/build-resources repository before adopting

Documentation

CHANGELOG.md not updated

  • Location: Root directory should contain CHANGELOG.md
  • Issue: No evidence of CHANGELOG update for this dependency version bump
  • Recommendation: Add an entry documenting the upgrade from v3 to v4 of the lint-workflows

⚠️ Readme/API docs

  • Likely not applicable for a workflow version bump unless there are breaking changes in v4
  • Recommendation: If v4 introduces breaking changes or new features, document them

Inline comments

  • Not needed for this simple version change

Markdown formatting

  • Not applicable - this change is in a YAML file

Security

No hardcoded credentials

  • No credentials present in the diff

Input validation

  • Not applicable for workflow configuration

Proper error handling

  • Delegated to the reusable workflow

No sensitive data in logs

  • No logging changes in this diff

No license files or sensitive strings

  • No .lic files or AQAAAD strings detected in the diff

Summary

Overall Assessment: ✅ Mostly Approved with Minor Documentation Gap

This is a straightforward dependency update with no code quality or security concerns. The primary issue is the missing CHANGELOG entry.

Required Actions:

  1. Update CHANGELOG.md to document the workflow version bump (.github/workflows/lint-workflows.yaml:18)

Recommended Actions:

  1. Verify that senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v4 has been tested and is stable
  2. Review the v4 changelog/release notes for any breaking changes that might affect this workflow

Automated code review analyzing defects and coding standards

@docktermj docktermj enabled auto-merge (squash) February 13, 2026 15:38
…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@docktermj docktermj self-assigned this Feb 13, 2026
@github-actions
Copy link

🤖 Claude Code Review

Senzing Code Review

Analyzing the pull request diff against the review checklist...

Review Results

Code Quality ✅

  • Code Style: The change is a single-line version bump in a GitHub Actions workflow file. No style violations.
  • No commented-out code: None present
  • Meaningful variable names: N/A - this is a version reference
  • DRY principle: N/A - single line change
  • Defects: No bugs or logic errors detected. This is a straightforward version bump from v3 to v4 of the reusable workflow reference.
  • Project Memory: No ./.claude/CLAUDE.md file exists in this repository, so no additional project-specific guidelines to consider.

Testing ⚠️

  • ⚠️ Unit tests: N/A - This is a workflow configuration change. Testing would occur through GitHub Actions execution.
  • ⚠️ Integration tests: N/A - Workflow changes are validated by GitHub Actions runtime.
  • ⚠️ Edge cases: Not applicable for workflow version bumps.
  • ⚠️ Test coverage: Not measurable for workflow configuration.

Note: For workflow changes, the validation happens at runtime when the workflow executes. Consider running the workflow to verify the v4 version works as expected.

Documentation ⚠️

  • ⚠️ README.md: Not updated - likely not necessary for a dependency version bump unless there are breaking changes.
  • API docs: N/A - no API changes
  • Inline comments: Not needed for this simple version bump
  • CHANGELOG.md: Not updated. While this is a dependency version bump, it would be good practice to document this change in .github/workflows/lint-workflows.yaml (if a changelog is maintained for this project).
  • Markdown formatting: No markdown files modified in this PR

Security ✅

  • No hardcoded credentials: None present
  • Input validation: N/A
  • Error handling: N/A
  • No sensitive data in logs: None present
  • License files: No .lic files or AQAAAD strings detected

Summary

This is a low-risk change - a straightforward version bump of a reusable workflow from v3 to v4. The change appears clean with no security concerns or code quality issues.

Recommendations:

  1. CHANGELOG (Minor): Consider documenting this workflow dependency update in CHANGELOG.md if the project maintains one.

  2. Verification (Important): Ensure that the v4 version of senzing-factory/build-resources/.github/workflows/lint-workflows.yaml is compatible with this repository's workflows. Review the v4 release notes for any breaking changes.

  3. Testing: Monitor the next workflow run to confirm the v4 version executes successfully.

Overall Assessment: ✅ APPROVED

The change is clean and follows best practices for dependency updates. No blocking issues identified.

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Overview

This PR updates the GitHub Actions workflow reference from v3 to v4 for the lint-workflows.yaml file. This is a dependency version bump.


Checklist Results

Code Quality

Code follows style guide

  • This is a GitHub Actions workflow configuration file. The change is minimal and follows standard YAML formatting conventions.

No commented-out code

  • No commented code present in the diff.

Meaningful variable names

  • Not applicable - this is a workflow reference version bump, no variables introduced.

DRY principle followed

  • Not applicable for this change.

Identify Defects

  • No bugs, logic errors, or security vulnerabilities identified. This is a straightforward version reference update.
  • ⚠️ Recommendation: Verify that senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v4 is compatible with the current workflow configuration. Review the v4 changelog/release notes to ensure no breaking changes affect this workflow.

Project memory configuration

  • The change is appropriately generic for any environment.

Testing

⚠️ Testing considerations

  • This change updates a reusable workflow reference. Testing would be confirmed by:
    • Verifying the workflow runs successfully in CI
    • Confirming lint checks pass as expected
  • No unit/integration tests are applicable for workflow configuration changes.

Documentation

Readme updated if needed

  • Not required - this is an internal workflow configuration change that doesn't affect user-facing functionality.

API docs updated

  • Not applicable.

Inline comments for complex logic

  • Not applicable - this is a simple version reference update.

⚠️ CHANGELOG.md updated

  • Not present in the diff. Consider whether dependency updates warrant a CHANGELOG entry based on project conventions.

Markdown formatting

  • Not applicable - no markdown files modified.

Security

No hardcoded credentials

  • No credentials present.

Input validation implemented

  • Not applicable for this change.

Proper error handling

  • Not applicable - error handling is managed by the referenced workflow.

No sensitive data in logs

  • No logging changes in this diff.

No license files or sensitive strings

  • No .lic files or AQAAAD strings detected.

Summary

Overall Assessment: ✅ APPROVED with minor recommendations

This is a low-risk change that bumps a reusable workflow dependency. The primary recommendation is to verify compatibility with v4 of the referenced workflow to ensure no breaking changes affect the lint behavior.

Action Items:

  1. Verify senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v4 release notes for breaking changes
  2. Consider adding a CHANGELOG entry if project conventions require tracking dependency updates
  3. Monitor the first CI run to confirm the v4 workflow executes as expected

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

I'll review this pull request against the Senzing code review checklist.

Code Review

Overview

This PR updates the GitHub Actions workflow to use version 4 of the lint-workflows.yaml reusable workflow from senzing-factory/build-resources.


Review Checklist Results

Code Quality

Code follows style guide - This is a GitHub Actions workflow file. The YAML syntax and structure are correct and follow GitHub Actions conventions.

No commented-out code - The change is clean with no commented code.

Meaningful variable names - N/A for this change (no new variables introduced).

DRY principle followed - N/A for this change.

Identify Defects - No bugs, logic errors, or security vulnerabilities detected. This is a straightforward version bump of a reusable workflow reference.

Project memory configuration - No ./.claude/CLAUDE.md file exists in this repository, so this criterion doesn't apply.

Testing

⚠️ Unit tests for new functions - N/A for workflow version changes, but should verify:

  • The new v4 workflow exists and is accessible
  • The v4 workflow is compatible with the current permissions structure
  • Consider testing the workflow runs successfully in CI

⚠️ Integration tests - The workflow itself will be tested when it runs in CI. Monitor the first run after merge.

Edge cases covered - N/A for this type of change.

Test coverage > 80% - N/A for workflow files.

Documentation

⚠️ Readme updated if needed - No README update appears necessary for this infrastructure change, though it depends on whether the v4 workflow introduces breaking changes or new features that users should be aware of.

CHANGELOG.md updated - .github/workflows/lint-workflows.yaml:1 - The CHANGELOG.md should be updated to document this workflow version bump, especially if v4 introduces any behavioral changes.

Inline comments for complex logic - N/A for this simple version change.

API docs updated - N/A for workflow changes.

Markdown formatting - N/A (no markdown files changed in this PR).

Security

No hardcoded credentials - No credentials present.

Input validation implemented - N/A for this change.

Proper error handling - Inherited from the reusable workflow.

No sensitive data in logs - No logging changes in this PR.

No license files checked in - No .lic files or AQAAAD strings detected.


Summary

Overall Assessment: ✅ Approved with minor recommendations

This is a low-risk infrastructure change that updates a reusable workflow version. The main recommendation is to:

  1. Update CHANGELOG.md to document this version bump
  2. Verify compatibility - Ensure the v4 workflow is backward compatible or that any breaking changes are acceptable
  3. Monitor first CI run - Watch for any unexpected behavior when the new workflow version runs

Questions to Consider:

  • What changes are included in v4 of the lint-workflows.yaml? Are there release notes?
  • Has this been tested in another repository first?
  • Are there any breaking changes in v4 that require adjustments to this repository?

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Summary

This PR updates the workflow version from v3 to v4 for the lint-workflows action. This is a minimal, low-risk dependency update.


Code Quality

✅ Code follows style guide

  • The YAML formatting is clean and follows standard conventions
  • Indentation is consistent (2 spaces)
  • File: .github/workflows/lint-workflows.yaml:18

✅ No commented-out code

  • No commented code present

✅ Meaningful variable names

  • Not applicable for this change (workflow reference update only)

✅ DRY principle followed

  • Not applicable for this change

✅ No defects identified

  • This is a straightforward version bump
  • No logic errors, edge cases, or security vulnerabilities introduced
  • The workflow reference syntax is correct

✅ Project memory compliance

  • Change is environment-agnostic and appropriate for all developers

Testing

⚠️ Testing considerations

  • Cannot assess: Version bump of external workflow reference
  • Recommendation: The PR should verify that the v4 version of senzing-factory/build-resources/.github/workflows/lint-workflows.yaml is compatible with the current repository setup
  • The workflow will be tested automatically when it runs in CI/CD
  • File: .github/workflows/lint-workflows.yaml:18

Documentation

✅ Documentation appropriate

  • Workflow version updates typically don't require README changes
  • The change is self-documenting in the workflow file

❌ CHANGELOG.md not updated

  • Issue: No visible CHANGELOG.md update in the diff
  • Recommendation: Add an entry to CHANGELOG.md noting the workflow version update, e.g.:
    ### Changed
    - Updated lint-workflows action from v3 to v4

✅ Markdown formatting

  • The workflow YAML file follows proper formatting conventions

Security

✅ No hardcoded credentials

  • No credentials present

✅ Input validation

  • Not applicable for workflow reference

✅ Proper error handling

  • Handled by the referenced workflow

✅ No sensitive data in logs

  • No logging changes

✅ No license files

  • No .lic files or AQAAAD strings detected

Overall Assessment

Status: ✅ Approved with minor recommendation

This is a clean, safe dependency update. The only missing piece is the CHANGELOG.md update.

Action Items:

  1. Minor: Add CHANGELOG.md entry for this version update
  2. Verification: Ensure the upstream v4 workflow is tested and compatible (should be verified by CI/CD run)

Risk Level: LOW

  • Single line change
  • Version bump of maintained workflow
  • No code logic changes
  • No security implications

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Pull Request Summary

This PR updates the GitHub Actions workflow reference from @v3 to @v4 for the lint-workflows.yaml reusable workflow.


Review Checklist Results

Code Quality

  • Code follows style guide: The YAML syntax is correct and follows standard GitHub Actions conventions. The change is a simple version bump.

  • No commented-out code: No commented code present.

  • Meaningful variable names: N/A - no variables introduced in this change.

  • DRY principle followed: N/A - this is a workflow configuration update.

  • Defects identification: No bugs, logic errors, or security vulnerabilities introduced. This is a straightforward dependency version update.

Testing

  • ⚠️ Testing considerations:
    • N/A for unit/integration tests (this is workflow configuration)
    • Recommendation: Verify that the @v4 version of the reusable workflow exists and is compatible with the current permissions and usage. The workflow should be tested in a non-production branch first if not already done.

Documentation

  • README updates: N/A - workflow version bumps typically don't require README updates unless there are breaking changes.

  • API docs: N/A - this is infrastructure code.

  • Inline comments: Not needed for this simple version change.

  • CHANGELOG.md updated: The CHANGELOG.md should be updated to document this dependency version bump, especially if @v4 introduces new features or fixes that affect this project. File: CHANGELOG.md - needs entry for this workflow update.

  • Markdown formatting: N/A - no markdown files modified.

Security

  • No hardcoded credentials: None present.

  • Input validation: N/A for workflow configuration.

  • Proper error handling: N/A - delegated to the reusable workflow.

  • No sensitive data in logs: None introduced.

  • No license files checked in: No .lic files or AQAAAD strings detected.


Summary

Overall Assessment: ✅ APPROVED with minor suggestion

This is a low-risk change that updates a reusable workflow dependency. The only recommendation is to update the CHANGELOG.md to document this infrastructure change.

Action Items:

  1. Consider adding a CHANGELOG.md entry documenting the workflow version update (.github/workflows/lint-workflows.yaml:18)
  2. Verify that the @v4 workflow version is stable and compatible with current usage

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Analyzing the pull request diff against the Senzing code review checklist:

Summary

This PR updates the version reference for the lint-workflows.yaml from v3 to v4 in the GitHub Actions workflow configuration.


Code Quality

Code follows style guide

  • The change is a simple version bump in a YAML workflow file
  • YAML formatting is correct and consistent
  • No style guide violations detected

No commented-out code

  • No commented code present

Meaningful variable names

  • Not applicable - this is a configuration change, not code with variables

DRY principle followed

  • Not applicable for this single-line version update

Identify Defects

  • No bugs, logic errors, or security vulnerabilities detected
  • This is a straightforward version update of a reusable workflow
  • The change appears to be part of a dependency update (as indicated by the branch name referencing dependabot)

Project memory configuration

  • Not applicable - this is a workflow configuration change that doesn't conflict with project-specific development practices

Testing

⚠️ Testing considerations

  • Unit tests: Not applicable for workflow configuration
  • Integration tests: Not applicable directly, but the workflow itself should be tested
  • Edge cases: Not applicable
  • Test coverage: Not applicable

Note: Since this updates a reusable workflow reference, the change will be validated when the workflow runs. Consider verifying that the v4 version of lint-workflows.yaml is stable and has been tested in the source repository.


Documentation

⚠️ Documentation updates

  • CHANGELOG.md: No update included in this PR. Consider documenting this dependency update if your project tracks infrastructure changes.
  • README: Not required for this change
  • API docs: Not applicable
  • Inline comments: Not required for this simple version bump

Recommendation: If your project maintains a CHANGELOG, consider adding an entry like "Updated lint-workflows reusable workflow from v3 to v4" under a "Changed" or "Infrastructure" section.


Security

No hardcoded credentials

  • No credentials present

Input validation

  • Not applicable for this configuration change

Proper error handling

  • Not applicable

No sensitive data in logs

  • No logging code present

No license files or AQAAAD strings

  • No license files or suspicious strings detected

Overall Assessment

Status: ✅ APPROVED with minor recommendations

This is a clean, low-risk change that updates a workflow dependency. The only suggestion is to consider adding a CHANGELOG entry if your project tracks infrastructure updates.

Files Changed: .github/workflows/lint-workflows.yaml:18

Risk Level: Low - This is a standard dependency update for a GitHub Actions reusable workflow.

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@github-actions
Copy link

🤖 Claude Code Review

I'll review this pull request against the checklist immediately.

Code Review Analysis

Pull Request Summary

This PR updates the GitHub workflow dependency from v3 to v4 for the lint-workflows.yaml action from senzing-factory/build-resources.


Review Checklist Results

Code Quality

  • Code follows style guide - This is a GitHub Actions workflow file update. The change is minimal and follows YAML conventions. No code style violations.

  • No commented-out code - No commented code present.

  • Meaningful variable names - N/A - This is a version bump, no new variables introduced.

  • DRY principle followed - N/A - Single line version change.

  • Identify Defects - No obvious defects. However, recommendation: The PR should include information about what changes are in v4 vs v3 to ensure backward compatibility and understand what new features/fixes are being introduced.

  • Project memory configuration - No .claude/CLAUDE.md file exists in the repository based on the git status, so this check is not applicable.

Testing

  • ⚠️ Unit tests for new functions - N/A - This is a workflow version bump, not new code functionality.

  • ⚠️ Integration tests for new endpoints - N/A - No endpoints affected.

  • ⚠️ Edge cases covered - N/A - No new logic introduced.

  • ⚠️ Test coverage > 80% - N/A - Workflow files don't have traditional test coverage.

Note: Testing checklist items are not applicable for workflow version updates. However, it would be good practice to verify the workflow runs successfully with v4.

Documentation

  • CHANGELOG.md updated - .github/workflows/lint-workflows.yaml:18 - The CHANGELOG.md should be updated to document this dependency version bump, especially if v4 introduces breaking changes or new features that affect the project.

  • Readme updated if needed - Likely not needed unless the workflow behavior changes significantly.

  • API docs updated - N/A - No API changes.

  • Inline comments for complex logic - N/A - Simple version bump, no complex logic.

  • Markdown files follow CommonMark - No markdown files modified in this PR.

Security

  • No hardcoded credentials - No credentials present.

  • Input validation implemented - N/A - No new inputs.

  • Proper error handling - N/A - Delegated to the referenced workflow.

  • No sensitive data in logs - No logging changes.

  • No license files (.lic) or AQAAAD strings - No license files or suspicious strings in the diff.


Summary

Overall Assessment: ✅ APPROVED with minor recommendations

Critical Issues: 0

Recommendations:

  1. Update CHANGELOG.md - Document this workflow dependency version bump
  2. Verify v4 compatibility - Ensure the v4 version of the workflow is compatible with the current project setup and test that the workflow runs successfully

Positive Notes:

  • Clean, focused change
  • No security concerns
  • Follows semantic versioning for the dependency reference

Automated code review analyzing defects and coding standards

…ild-resources/dot-github/workflows/lint-workflows.yaml-4
@docktermj docktermj merged commit a6cc4df into main Feb 17, 2026
14 checks passed
@docktermj docktermj deleted the dependabot/github_actions/senzing-factory/build-resources/dot-github/workflows/lint-workflows.yaml-4 branch February 17, 2026 16:53
@github-actions
Copy link

🤖 Claude Code Review

⚠️ No file changes detected - skipping code review.

This PR appears to contain only metadata changes (labels, description, etc.).

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.

2 participants