chore(deps): update github-actions versions - #296
Conversation
Greptile SummaryThis PR updates the pinned Confidence Score: 4/5The semantic pull-request action update should be corrected before merging because the workflow still executes the old pinned revision. The checkout upgrades consistently change their immutable references, but the semantic action change modifies only a comment and therefore does not apply the advertised dependency update. Files Needing Attention: .github/workflows/lint-pr-title.yml Important Files Changed
Prompt To Fix All With AI### Issue 1
.github/workflows/lint-pr-title.yml:18
**Semantic action remains on old revision**
When pull-request title validation runs, GitHub Actions resolves the action from the unchanged immutable SHA rather than the updated version comment, causing the workflow to continue using the previous action revision without the v6.1.1 fixes and features.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore(deps): update github-actions versi..." | Re-trigger Greptile |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 | ||
| - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 |
There was a problem hiding this comment.
Semantic action remains on old revision
When pull-request title validation runs, GitHub Actions resolves the action from the unchanged immutable SHA rather than the updated version comment, causing the workflow to continue using the previous action revision without the v6.1.1 fixes and features.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/lint-pr-title.yml
Line: 18
Comment:
**Semantic action remains on old revision**
When pull-request title validation runs, GitHub Actions resolves the action from the unchanged immutable SHA rather than the updated version comment, causing the workflow to continue using the previous action revision without the v6.1.1 fixes and features.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
This PR contains the following updates:
6.0.3→6.1.0v6→v6.1.1Warnings (1)
Please correct - or verify that you can safely ignore - these warnings before you merge this PR.
actions/checkout: Could not determine new digest for update (github-tags package actions/checkout)Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)
v6.1.1Compare Source
Bug Fixes
headerPatternCorrespondenceproperly (#295) (800da4c)v6.1.0Compare Source
Features
Bug Fixes
v6.0.1Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.