Skip to content

Commit 40db47b

Browse files
authored
Fix broken dependabot/fetch-metadata action ref (#36168)
1 parent b4a2490 commit 40db47b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- name: Dependabot metadata
6767
id: metadata
68-
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
68+
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
6969
with:
7070
github-token: "${{ secrets.GITHUB_TOKEN }}"
7171
# The following properties are now available:
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Dependabot metadata
104104
id: metadata
105-
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
105+
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
106106
with:
107107
github-token: "${{ secrets.GITHUB_TOKEN }}"
108108
- name: Add a label for all production dependencies
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- name: Dependabot metadata
138138
id: metadata
139-
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
139+
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
140140
with:
141141
github-token: "${{ secrets.GITHUB_TOKEN }}"
142142
- name: Approve a PR
@@ -173,7 +173,7 @@ jobs:
173173
steps:
174174
- name: Dependabot metadata
175175
id: metadata
176-
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
176+
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
177177
with:
178178
github-token: "${{ secrets.GITHUB_TOKEN }}"
179179
- name: Enable auto-merge for Dependabot PRs

0 commit comments

Comments
 (0)