Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Fix dependabot code scanning errors (#121)
* chore(ci): Fix dependabot code scanning errors Dependabot pushes a branch to the repo and opens a pull request. The pull request workflow runs properly, but the push workflow fails because dependabot doesn't have access to a read/write GITHUB_TOKEN and doesn't have access to the repo secrets. The quick fix is telling CI not to run the push event workflow for branches that start with `dependabot/`. * chore(ci): Add Node 22 to CI
- Loading branch information