File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 password : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - name : Build and push
32- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
32+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
3333 with :
3434 context : integration-tests/tracecontext/docker
3535 push : true
Original file line number Diff line number Diff line change 9999 exit 1
100100 fi
101101
102- - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
102+ - uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
103103 if : ${{ matrix.coverage }}
104104 env :
105105 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171171 - 23
172172 steps :
173173 - 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
175175 with :
176176 java-version : ${{ matrix.test-graal-version }}
177177 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
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
1111RUN rm trace-context.zip
1212RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
1313
14- FROM python:3.13.2-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
14+ FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments