Skip to content

Commit 2cc39db

Browse files
author
Andrew Luca
committed
Update steps id to match dependabot docs
1 parent 4230258 commit 2cc39db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ github.actor == 'dependabot[bot]' }}
180180
steps:
181181
- name: Dependabot metadata
182-
id: metadata
182+
id: dependabot-metadata
183183
uses: dependabot/fetch-metadata@v1.1.1
184184
with:
185185
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -214,7 +214,7 @@ jobs:
214214
if: ${{ github.actor == 'dependabot[bot]' }}
215215
steps:
216216
- name: Dependabot metadata
217-
id: metadata
217+
id: dependabot-metadata
218218
uses: dependabot/fetch-metadata@v1.1.1
219219
with:
220220
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -244,7 +244,7 @@ jobs:
244244
if: ${{ github.actor == 'dependabot[bot]' }}
245245
steps:
246246
- name: Dependabot metadata
247-
id: metadata
247+
id: dependabot-metadata
248248
uses: dependabot/fetch-metadata@v1.1.1
249249
with:
250250
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -277,7 +277,7 @@ jobs:
277277
if: ${{ github.actor == 'dependabot[bot]' }}
278278
steps:
279279
- name: Dependabot metadata
280-
id: metadata
280+
id: dependabot-metadata
281281
uses: dependabot/fetch-metadata@v1.1.1
282282
with:
283283
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)