Skip to content

Commit d51f856

Browse files
Bump the github-actions group with 3 updates (#4133)
1 parent d293745 commit d51f856

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
type=raw,value=latest
6969
7070
- name: build and push image
71-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
71+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
7272
if: ${{ ! env.CI_SKIP }}
7373
with:
7474
context: .

.github/workflows/tests-reusable.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: download lockfile if it is an artifact
5757
if: ${{ inputs.lockfile-is-artifact }}
58-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
58+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5959
with:
6060
name: ${{ inputs.lockfile }}
6161
path: input-lockfile
@@ -110,7 +110,7 @@ jobs:
110110
if: ${{ ! env.CI_SKIP }}
111111

112112
- name: build docker image
113-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
113+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
114114
if: ${{ ! env.CI_SKIP }}
115115
with:
116116
context: .
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: download lockfile if it is an artifact
203203
if: ${{ inputs.lockfile-is-artifact }}
204-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
204+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
205205
with:
206206
name: ${{ inputs.lockfile }}
207207
path: input-lockfile
@@ -342,7 +342,7 @@ jobs:
342342
343343
- name: download lockfile if it is an artifact
344344
if: ${{ inputs.lockfile-is-artifact }}
345-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
345+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
346346
with:
347347
name: ${{ inputs.lockfile }}
348348
path: input-lockfile
@@ -363,7 +363,7 @@ jobs:
363363
python autotick-bot/stop_me_if_needed.py
364364
365365
- name: download coverage artifacts
366-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
366+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
367367
if: ${{ ! env.CI_SKIP }}
368368
with:
369369
pattern: coverage-*
@@ -375,7 +375,7 @@ jobs:
375375
coverage xml
376376
377377
- name: upload codecov
378-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.1.8
378+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.1.8
379379
if: ${{ ! env.CI_SKIP }}
380380
with:
381381
token: ${{ secrets.CODECOV_TOKEN }}
@@ -391,7 +391,7 @@ jobs:
391391
test-durations-
392392
393393
- name: download test duration artifacts
394-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
394+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
395395
if: ${{ ! env.CI_SKIP }}
396396
with:
397397
pattern: test-durations-*

0 commit comments

Comments
 (0)