We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3fb01 commit 8daeebbCopy full SHA for 8daeebb
.github/workflows/dependabot-auto-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Dependabot metadata
18
id: metadata
19
- uses: dependabot/fetch-metadata@v2
+ uses: dependabot/fetch-metadata@v2 # NOSONAR githubactions:S7637 - verified action creator
20
with:
21
github-token: "${{ secrets.GITHUB_TOKEN }}"
22
- name: Enable auto-merge for Dependabot PRs
0 commit comments