We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aacaf1 commit 74f042aCopy full SHA for 74f042a
2 files changed
.github/workflows/continuous-integration.yml
@@ -141,7 +141,7 @@ jobs:
141
142
- name: Upload coverage report to Codecov
143
if: ${{ !cancelled() }}
144
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
145
with:
146
fail_ci_if_error: true
147
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/publish-image.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build and push image
67
id: build_push_image
68
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
69
70
push: true
71
context: .
0 commit comments