File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
4747
4848 - name : Store benchmark results
49- uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
49+ uses : benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0
5050 with :
5151 tool : ' jmh'
5252 output-file-path : sdk/trace/build/jmh-result.json
Original file line number Diff line number Diff line change 5656 run : .github/scripts/use-cla-approved-bot.sh
5757
5858 - name : Store benchmark results
59- uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
59+ uses : benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0
6060 with :
6161 tool : ' jmh'
6262 output-file-path : sdk/all/build/jmh-result.json
Original file line number Diff line number Diff line change 4545 uses : gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
48+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
65+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6666 with :
6767 category : " /language:${{matrix.language}}"
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
46+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4747 with :
4848 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0 # needed for merge-base used in modified-files mode
1616
17- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
17+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
1818
1919 - name : Link check for pull requests
2020 if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 1- FROM python:3.14.3@sha256:61346539f7b26521a230e72c11da5ebd872924745074b19736e7d65ba748c366 AS build
1+ FROM python:3.14.3@sha256:b66f77a332babd8b2b0190f10a65eeb90c49d8da4696f7a3436baf1b1220eeec 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