File tree 3 files changed +5
-5
lines changed
integration-tests/tracecontext/docker
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
password : ${{ secrets.GITHUB_TOKEN }}
30
30
31
31
- name : Build and push
32
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
32
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
33
33
with :
34
34
context : integration-tests/tracecontext/docker
35
35
push : true
Original file line number Diff line number Diff line change 99
99
exit 1
100
100
fi
101
101
102
- - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
102
+ - uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
103
103
if : ${{ matrix.coverage }}
104
104
env :
105
105
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171
171
- 23
172
172
steps :
173
173
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174
- - uses : graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # v1.3.1
174
+ - uses : graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # v1.3.3
175
175
with :
176
176
java-version : ${{ matrix.test-graal-version }}
177
177
distribution : ' graalvm'
Original file line number Diff line number Diff line change 1
- FROM python:3.13.2@sha256:08471c63c5fdf2644adc142a7fa8d0290eb405cda14c473fbe5b4cd0933af601 AS build
1
+ FROM python:3.13.2@sha256:385ccb8304f6330738a6d9e6fa0bd7608e006da7e15bc52b33b0398e1ba4a15b AS build
2
2
3
3
# Main branch SHA as of April-1-2021
4
4
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
11
11
RUN rm trace-context.zip
12
12
RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
13
13
14
- FROM python:3.13.2-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
14
+ FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
15
15
16
16
RUN pip install aiohttp
17
17
You can’t perform that action at this time.
0 commit comments