File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 name : Benchmark SDK
1414 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
1515 container :
16- image : ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
16+ image : ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
1717 timeout-minutes : 20 # since there is only a single bare metal runner across all repos
1818 strategy :
1919 fail-fast : false
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
48+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
63+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
45+ uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM python:3.14.0@sha256:049247cbb7ce998685d780c9d5325781a7429bc6693bbfab86bcb8e36e7a059e AS build
1+ FROM python:3.14.0@sha256:e3a6ccbe44d9cbfa4f107f238a0e95fa70e0d084e87689222e951d062ac89854 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