File tree 1 file changed +4
-4
lines changed
content/code-security/dependabot/working-with-dependabot
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
steps :
66
66
- name : Dependabot metadata
67
67
id : metadata
68
- uses : dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
68
+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
69
69
with :
70
70
github-token : " ${{ secrets.GITHUB_TOKEN }}"
71
71
# The following properties are now available:
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
- name : Dependabot metadata
104
104
id : metadata
105
- uses : dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
105
+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
106
106
with :
107
107
github-token : " ${{ secrets.GITHUB_TOKEN }}"
108
108
- name : Add a label for all production dependencies
@@ -136,7 +136,7 @@ jobs:
136
136
steps :
137
137
- name : Dependabot metadata
138
138
id : metadata
139
- uses : dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
139
+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
140
140
with :
141
141
github-token : " ${{ secrets.GITHUB_TOKEN }}"
142
142
- name : Approve a PR
@@ -173,7 +173,7 @@ jobs:
173
173
steps:
174
174
- name: Dependabot metadata
175
175
id: metadata
176
- uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
176
+ uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
177
177
with:
178
178
github-token: "${{ secrets.GITHUB_TOKEN }}"
179
179
- name: Enable auto-merge for Dependabot PRs
You can’t perform that action at this time.
0 commit comments