Skip to content

chore(ci): SHA-pin reusable auto-code-review workflow - #48

Open
Coding-Dev-Tools wants to merge 1 commit into
masterfrom
chore/sha-pin-auto-code-review
Open

chore(ci): SHA-pin reusable auto-code-review workflow#48
Coding-Dev-Tools wants to merge 1 commit into
masterfrom
chore/sha-pin-auto-code-review

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

SHA-pins the org-hosted reusable workflow auto-code-review.yml@main to commit 9114bb00d7f7a8e1a06310700bb7a539c3034c37 for supply-chain immutability.

All other workflow actions in this repo are already SHA-pinned; this was the last unpinned reference.


🤖 Generated by senior-dev rotation

@github-actions

Copy link
Copy Markdown

🤖 Automated Code Review

✅ Ruff Lint — No issues

⚠️ Ruff Format — Formatting needed

unformatted: File would be reformatted
  --> README.md:28:1
   |
27 | import pandas as pd
   - df = pd.read_csv('huge_file.csv')  # OOM on 5GB+
   - df.to_parquet('output.parquet')
28 +
29 + df = pd.read_csv("huge_file.csv")  # OOM on 5GB+
30 + df.to_parquet("output.parquet")
31 | ```
   |

unformatted: File would be reformatted
 --> conftest.py:2:1
  |
1 | """pytest configuration — add project src to Python path and skip rate limits."""
2 +
3 | import os
  |

unformatted: File would be reformatted
   --> src/datamorph/cli.py:103:15
    |
102 | @click.option("--pattern", default="*", help="File glob pattern (default: all files)")
    - @click.option(
    -     "--recursive", "-r", is_flag=True, help="Search subdirectories recursively"
    - )
103 + @click.option("--recursive", "-r", is_flag=True, help="Search subdirectories recursively")
104 | @click.option("--csv-delimiter", default=",", help="CSV delimiter")
--------------------------------------------------------------------------------

✅ Secret Detection — Clean

✅ Large Files — Within limits

📊 Diff Stats — 1 file(s) changed

 .github/workflows/auto-code-review.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Verdict: ⚠️ Warnings — Lint/format issues found. Recommend fixing before merge.

Automated by Coding-Dev-Tools/.github reusable workflow.

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