We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04363a commit abdf63dCopy full SHA for abdf63d
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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
69
70
push: true
71
context: .
0 commit comments