We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5971196 commit ec266eeCopy full SHA for ec266ee
.github/workflows/continuous-integration.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Upload coverage report to Codecov
93
if: ${{ !cancelled() }}
94
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
95
with:
96
fail_ci_if_error: true
97
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/publish-image.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Build and push image
74
id: build_push_image
75
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
76
77
push: true
78
context: .
0 commit comments