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:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
18+ image : ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
1919 timeout-minutes : 10
2020 steps :
2121 - name : Install Git
Original file line number Diff line number Diff line change 4545 uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
48+ uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
4949 with :
5050 languages : ${{ matrix.language }}
5151 # using "latest" 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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
63+ uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
45+ uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM python:3.13.6 @sha256:68d0775234842868248bfe185eece56e725d3cb195f511a21233d0f564dee501 AS build
1+ FROM python:3.13.7 @sha256:3b2f1b9c9948e9dc96e1a2f4668ba9870ff43ab834f91155697476142b3bc299 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.6 -slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
14+ FROM python:3.13.7 -slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments