Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
echo "pr-number=${{ github.event.number }}" >> $GITHUB_OUTPUT

- name: Run AI Analysis (No secrets exposed)
uses: google-github-actions/run-gemini-cli@v0.1.10
uses: google-github-actions/run-gemini-cli@v0.1.11

Check warning on line 50 in .github/workflows/ai-pr-review.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/ai-pr-review.yml#L50

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
prompt: |
You are an expert WordPress plugin developer and security consultant reviewing a pull request for the "Optimizations ACE MC" WordPress plugin.
Expand Down
Loading