Question 027
### When will the GitHub Dependency graph for your repository be updated? (Choose two.)
> https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security#what-is-the-dependency-graph
- [x] When anyone pushes a change to the repository of one of your dependencies.
- [x] When you push a commit to the repository's default branch, only if that changes or adds a supported manifest/lockfile.
- [ ] When you push any commit to the repository's default branch.
- [ ] When your repository publishes a new release.
- [ ] When your repository publishes a new git tag.
- [ ] When the GitHub Actions workflow that uses the `actions/dependency-graph` GitHub Action is triggered.