Remove counter#3539
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08c9df52f6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - name: Post Membrowse PR comment | ||
| if: steps.download.outcome == 'success' | ||
| uses: membrowse/membrowse-action/comment-action@v1 | ||
| uses: membrowse/membrowse-action/comment-action@main |
There was a problem hiding this comment.
Pin membrowse comment action to a released version
Referencing membrowse/membrowse-action/comment-action@main makes this workflow non-deterministic, because upstream pushes to main can change or break PR commenting here without any change in this repository. This is a regression from the previous stable tag and can unexpectedly impact CI reliability (and trust) for every pull request; use a version tag or commit SHA to keep behavior reproducible.
Useful? React with 👍 / 👎.
No description provided.