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 15
15
name : Benchmark SDK
16
16
runs-on : oracle-bare-metal-64cpu-512gb-x86-64
17
17
container :
18
- image : ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
18
+ image : ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
19
19
timeout-minutes : 10
20
20
steps :
21
21
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
Original file line number Diff line number Diff line change 45
45
uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
46
46
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
48
+ uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# using "latest" helps to keep up with the latest Kotlin support
60
60
run : ./gradlew assemble --no-build-cache --no-daemon
61
61
62
62
- name : Perform CodeQL analysis
63
- uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
63
+ uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
64
64
with :
65
65
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- 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
46
46
with :
47
47
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
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.6 -slim@sha256:6f79e7a10bb7d0b0a50534a70ebc78823f941fba26143ecd7e6c5dca9d7d7e8a
14
+ FROM python:3.13.7 -slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
15
15
16
16
RUN pip install aiohttp
17
17
You can’t perform that action at this time.
0 commit comments