Skip to content

Commit 6f5b1af

Browse files
committed
fix and cleanup ci and clang-tidy github workflow files
1 parent dc3e65f commit 6f5b1af

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
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

.github/workflows/clang-tidy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
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

0 commit comments

Comments
 (0)