File tree Expand file tree Collapse file tree
integration-tests/tracecontext/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : Benchmark SDK
1414 runs-on : oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1515 container :
16- image : ubuntu:24.04@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b
16+ image : ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
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 1515 name : Benchmark SDK
1616 runs-on : oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1717 container :
18- image : ubuntu:24.04@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b
18+ image : ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
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@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
48+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4949 with :
5050 languages : ${{ matrix.language }}
5151 # using "linked" helps to keep up with the latest Kotlin support
6262 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6363
6464 - name : Perform CodeQL analysis
65- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
65+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6666 with :
6767 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1717 name : Detect API surface area changes
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
20+ - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2121 id : otelbot-token
2222 with :
2323 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 4343 # Upload the results to GitHub's code scanning dashboard (optional).
4444 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4545 - name : " Upload to code-scanning"
46- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
46+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4747 with :
4848 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM python:3.14.4@sha256:4206d2543bf5655a27331951d4d2e91bf34a72bc1eb398fb6366d8b7187bf87e AS build
1+ FROM python:3.14.4@sha256:cb818c8fc1bcad9a209991dc8cb92087280ac0290047ba8e46a7be0d3711b447 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.14.4-slim@sha256:538a18f1db92b4210a0b71aca2d14c156a96dedbe8867465c8ff4dce04d2ec39
14+ FROM python:3.14.4-slim@sha256:5c9b9aeee369d854acd666375ebb2a9a45a8ac9d264973bed69dbb28cf48f648
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments