Skip to content

Commit a73221e

Browse files
chore(deps): update github actions (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f540474 commit a73221e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "CREATED=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> "$GITHUB_OUTPUT"
4646

4747
- name: Build and push final image
48-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
48+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
4949
with:
5050
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v6,linux/arm/v7
5151
tags: |

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Upload coverage reports to Codecov
5555
if: steps.changed-files.outputs.any_modified == 'true'
56-
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
56+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
files: cover.txt

0 commit comments

Comments
 (0)