Skip to content
Closed
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/changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@701a894f38883ab48560f948e98b76cc6b4d623f
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Outdated Action Reference Causes Workflow Mismatch Errors

The action-sha parameter still references the old commit fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7 while the workflow uses field was updated to 701a894f38883ab48560f948e98b76cc6b4d623f. This mismatch causes the updated workflow to use an outdated action version, potentially missing bug fixes and improvements included in the 11 commits between these versions.

Fix in Cursor Fix in Web

with:
action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
base-branch: ${{ github.event.pull_request.base.ref }}
Expand Down
Loading