Skip to content

Commit 5f6ae1e

Browse files
authored
Merge pull request #60 from hectorm/dependabot/github_actions/github-actions-all-9fe39ace89
Bump the github-actions-all group across 1 directory with 3 updates
2 parents c650037 + 6c93334 commit 5f6ae1e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/metrics.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Base
4444
base: "header"
4545
- name: "Upload artifact"
46-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
46+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
4747
with:
4848
name: "header-metrics"
4949
path: "/metrics_renders/"
@@ -75,7 +75,7 @@ jobs:
7575
repositories: 200
7676
repositories_forks: false
7777
- name: "Upload artifact"
78-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
78+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
7979
with:
8080
name: "repositories-metrics"
8181
path: "/metrics_renders/"
@@ -110,7 +110,7 @@ jobs:
110110
plugin_achievements_secrets: true
111111
plugin_achievements_threshold: "B"
112112
- name: "Upload artifact"
113-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
113+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
114114
with:
115115
name: "plugin-achievements-metrics"
116116
path: "/metrics_renders/"
@@ -150,7 +150,7 @@ jobs:
150150
plugin_languages_sections: "most-used"
151151
plugin_languages_threshold: "0%"
152152
- name: "Upload artifact"
153-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
153+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
154154
with:
155155
name: "plugin-languages-metrics"
156156
path: "/metrics_renders/"
@@ -186,7 +186,7 @@ jobs:
186186
plugin_notable_repositories: true
187187
plugin_notable_types: "commit"
188188
- name: "Upload artifact"
189-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
189+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
190190
with:
191191
name: "plugin-notable-metrics"
192192
path: "/metrics_renders/"
@@ -206,31 +206,31 @@ jobs:
206206
contents: "write"
207207
steps:
208208
- name: "Checkout"
209-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8"
209+
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"
210210
with:
211211
ref: "${{ github.ref }}"
212212
- name: "Download header metrics artifact"
213-
uses: "actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0"
213+
uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
214214
with:
215215
name: "header-metrics"
216216
path: "./metrics/"
217217
- name: "Download repositories metrics artifact"
218-
uses: "actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0"
218+
uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
219219
with:
220220
name: "repositories-metrics"
221221
path: "./metrics/"
222222
- name: "Download achievements plugin metrics artifact"
223-
uses: "actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0"
223+
uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
224224
with:
225225
name: "plugin-achievements-metrics"
226226
path: "./metrics/"
227227
- name: "Download languages plugin metrics artifact"
228-
uses: "actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0"
228+
uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
229229
with:
230230
name: "plugin-languages-metrics"
231231
path: "./metrics/"
232232
- name: "Download notable contributions plugin metrics artifact"
233-
uses: "actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0"
233+
uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
234234
with:
235235
name: "plugin-notable-metrics"
236236
path: "./metrics/"

0 commit comments

Comments
 (0)