Skip to content
Closed
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
contents: read
repository-projects: write
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@56a094ccb23085b708eacbfbcc0b4fdf024491c0
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@749c097218590d5cd36d28d07967e12ba830b146
with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
Expand Down
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@749c097218590d5cd36d28d07967e12ba830b146
Copy link

Choose a reason for hiding this comment

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

Bug: Mismatched Workflow and Action Version References

The workflow reference was updated to commit 749c097218590d5cd36d28d07967e12ba830b146 (line 9), but the action-sha parameter still references the old commit fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7. This inconsistency could cause the workflow to use mismatched versions, potentially leading to unexpected behavior or failures if the newer workflow expects a corresponding newer action version.

Fix in Cursor Fix in Web

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