File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66
66
java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
67
67
68
68
- name : Store benchmark results
69
- uses : benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
69
+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
70
70
with :
71
71
tool : ' jmh'
72
72
output-file-path : sdk/trace/build/jmh-result.json
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:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
18
+ image : ubuntu:24.04@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8
19
19
timeout-minutes : 20 # since there is only a single bare metal runner across all repos
20
20
steps :
21
21
- name : Install Git
49
49
run : .github/scripts/use-cla-approved-github-bot.sh
50
50
51
51
- name : Store benchmark results
52
- uses : benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
52
+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
53
53
with :
54
54
tool : ' jmh'
55
55
output-file-path : sdk/trace/build/jmh-result.json
Original file line number Diff line number Diff line change 99
99
exit 1
100
100
fi
101
101
102
- - uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
102
+ - uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
103
103
if : ${{ matrix.coverage }}
104
104
env :
105
105
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171
171
- 23
172
172
steps :
173
173
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
174
- - uses : graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.5
174
+ - uses : graalvm/setup-graalvm@7a1da54cb7fdef4ea19f6ecdfa9ecf59dc5a48fe # v1.3.6
175
175
with :
176
176
java-version : ${{ matrix.test-graal-version }}
177
177
distribution : ' graalvm'
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
48
+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# using "linked" 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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
63
+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
45
+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments