File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 name : Benchmark SDK
1616 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
1717 container :
18- image : ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
18+ image : ubuntu:24.04@sha256:59a458b76b4e8896031cd559576eac7d6cb53a69b38ba819fb26518536368d86
1919 timeout-minutes : 20 # since there is only a single bare metal runner across all repos
2020 steps :
2121 - name : Install Git
Original file line number Diff line number Diff line change 4545 uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
48+ uses : github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
4949 with :
5050 languages : ${{ matrix.language }}
5151 # using "linked" helps to keep up with the latest Kotlin support
6060 run : ./gradlew assemble --no-build-cache --no-daemon
6161
6262 - name : Perform CodeQL analysis
63- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
63+ uses : github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
6464 with :
6565 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
45+ uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM python:3.13.7 @sha256:0c745292b7b34dcdd6050527907d78c39363dc45ad6afc6d107c454b93cebca1 AS build
1+ FROM python:3.14.0 @sha256:049247cbb7ce998685d780c9d5325781a7429bc6693bbfab86bcb8e36e7a059e 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.7 -slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
14+ FROM python:3.14.0 -slim@sha256:5cfac249393fa6c7ebacaf0027a1e127026745e603908b226baa784c52b9d99b
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments