Problem
The Dependabot metadata fetch version has been downgraded from v3 to v2 in the .github/workflows/dependabot-auto-merge.yml file at line 22.
Code Reference
- uses: dependabot/fetch-metadata@v3
+ uses: dependabot/fetch-metadata@v2
Suggested Fix
Consider reverting this change to use the latest version of the Dependabot metadata fetch action, unless there is a specific reason for downgrading to v2.
Permalink
Generated from PR #42 | Auto-detected role: security
Problem
The Dependabot metadata fetch version has been downgraded from v3 to v2 in the .github/workflows/dependabot-auto-merge.yml file at line 22.
Code Reference
Suggested Fix
Consider reverting this change to use the latest version of the Dependabot metadata fetch action, unless there is a specific reason for downgrading to v2.
Permalink
Contribution-Painter/.github/workflows/dependabot-auto-merge.yml
Line 22 in a457563
Generated from PR #42 | Auto-detected role:
security