File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 3 files changed +3
-3
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
32+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
3333 with :
3434 context : integration-tests/tracecontext/docker
3535 push : true
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 runs-on : ubuntu-latest
165165 steps :
166166 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167- - uses : graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
167+ - uses : graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # v1.3.1
168168 with :
169169 # TODO(jack-berg): Which versions do we need to test? Should we use a matrix scheme?
170170 java-version : ' 21'
Original file line number Diff line number Diff line change 1- FROM python:3.13.2@sha256:589ed6659c0e4aac182f309131cd35e85452d21072570b1f6abc45b7687093a3 AS build
1+ FROM python:3.13.2@sha256:08471c63c5fdf2644adc142a7fa8d0290eb405cda14c473fbe5b4cd0933af601 AS build
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
You can’t perform that action at this time.
0 commit comments