File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 5656 runs-on : ubuntu-24.04
5757 env :
5858 CXX_STANDARD : ' 17'
59- BUILD_TYPE : ' Release'
6059 steps :
6160 - name : Harden the runner (Audit all outbound calls)
6261 uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
@@ -913,9 +912,9 @@ jobs:
913912 uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
914913 with :
915914 egress-policy : audit
915+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
916916 - name : setup
917917 run : sudo ./ci/install_format_tools.sh
918- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
919918 - name : run tests
920919 run : ./ci/do_ci.sh format
921920
Original file line number Diff line number Diff line change 2424
2525 - name : Setup Environment
2626 env :
27- PROTOBUF_VERSION : ' 23.3'
28- ABSEIL_CPP_VERSION : ' 20230125.3'
2927 CXX_STANDARD : ' 14'
3028 run : |
3129 sudo apt update -y
You can’t perform that action at this time.
0 commit comments