Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps metamask/github-tools/.github/workflows/add-item-to-project.yml from 56a094ccb23085b708eacbfbcc0b4fdf024491c0 to 83fca83e0c6d26d0d1658c7902c2c9eb304888c0.

Changelog

Sourced from metamask/github-tools/.github/workflows/add-item-to-project.yml's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.0

Added

  • Initial release of github-tools (#174)
    • github-tools was previously used by referencing commit hashes, but this is no longer recommended.

Changed

  • BREAKING: Migrate all reusable workflows to composite actions (#164, #166, #167, #168, #169)
    • All actions are now in the .github/actions folder.
    • Instead of passing secrets, actions now use inputs for things like tokens.
    • The github-tools-version input of some workflows was removed, since the actions can now determine which version to use automatically.
    • Some inputs were renamed for consistency across actions.
  • Bump actions/checkout and actions/setup-node to v6 (#173)
Commits
  • 83fca83 1.0.0 (#174)
  • 072c900 Bump actions/checkout and actions/setup-node to the latest versions (#173)
  • 4fde3a4 Migrate remaining workflows to actions (#169)
  • 0547f04 ci: Add release automation (#170)
  • 025b660 ci: Only run add-team-label test on PR (#171)
  • 39ac56e refactor!: Migrate remaining release-related workflows to actions (#168)
  • 4fad0e1 refactor!: Migrate project management workflows to actions (#167)
  • 1d544ef refactor!: Migrate release management workflows to actions (#166)
  • be06c31 refactor!: Rewrite check changelog to action (#164)
  • f4b2aa8 fix: Use environment variables for script inputs in all workflows (#162)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Update GitHub Actions workflow to use metamask/github-tools add-item-to-project at commit 83fca83e0c6d instead of 56a094ccb230.

Written by Cursor Bugbot for commit 9f0c970. This will update automatically on new commits. Configure here.

…-project.yml

Bumps [metamask/github-tools/.github/workflows/add-item-to-project.yml](https://github.com/metamask/github-tools) from 56a094ccb23085b708eacbfbcc0b4fdf024491c0 to 83fca83e0c6d26d0d1658c7902c2c9eb304888c0.
- [Release notes](https://github.com/metamask/github-tools/releases)
- [Changelog](https://github.com/MetaMask/github-tools/blob/main/CHANGELOG.md)
- [Commits](MetaMask/github-tools@56a094c...83fca83)

---
updated-dependencies:
- dependency-name: metamask/github-tools/.github/workflows/add-item-to-project.yml
  dependency-version: 83fca83e0c6d26d0d1658c7902c2c9eb304888c0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 25, 2025 06:36
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Nov 25, 2025
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@83fca83e0c6d26d0d1658c7902c2c9eb304888c0
Copy link

Choose a reason for hiding this comment

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

Bug: Action version upgraded but still using old secrets API

The workflow references the new composite action v1.0.0 (83fca83e0c6d26d0d1658c7902c2c9eb304888c0), which requires inputs instead of secrets for tokens, but still passes github-token as a secret. This breaking change was documented in the migration to composite actions. The github-token should be passed as an input via the with: section instead.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2025

Superseded by #7249.

@dependabot dependabot bot closed this Nov 27, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/main/metamask/github-tools/dot-github/workflows/add-item-to-project.yml-83fca83e0c6d26d0d1658c7902c2c9eb304888c0 branch November 27, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant