Skip to content

Commit 837d4ac

Browse files
authored
Merge branch 'main' into upgrade_semconv_1.33
2 parents c9199b0 + 44018b0 commit 837d4ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ jobs:
11261126
CXX: /usr/bin/g++-10
11271127
run: ./ci/do_ci.sh code.coverage
11281128
- name: upload report
1129-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
1129+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
11301130
with:
11311131
files: /home/runner/build/coverage.info
11321132

.github/workflows/dependencies_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3030
-
3131
name: Build Image
32-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
32+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
3333
with:
3434
builder: ${{ steps.buildx.outputs.name }}
3535
context: ci/

0 commit comments

Comments
 (0)