File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-latest
4949 steps :
5050 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51- - uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
51+ - uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # v4.2.1
5252 with :
5353 name : benchmark_results
5454 path : benchmarks
Original file line number Diff line number Diff line change 1010 clang-tidy :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414 with :
1515 submodules : recursive
1616
6868 cmake --build build --target opentelemetry_proto
6969 jq -r .[].file build/compile_commands.json | grep -vE '/(generated|third_party)/' | xargs -P $(nproc) -n 1 clang-tidy --quiet -p build 2>&1 | tee -a clang-tidy.log
7070
71- - uses : actions/upload-artifact@v4
71+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272 with :
7373 name : Logs (clang-tidy)
7474 path : ./clang-tidy.log
Original file line number Diff line number Diff line change 1414 iwyu :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
1919 submodules : ' recursive'
2020
6464 cd build
6565 make -k 2>&1 | tee -a iwyu.log
6666
67- - uses : actions/upload-artifact@v4
67+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868 if : success() || failure()
6969 with :
7070 name : Logs (include-what-you-use)
You can’t perform that action at this time.
0 commit comments