Skip to content

Commit aaa63bc

Browse files
authored
Merge branch 'main' into allow_custom_ChannelArguments_for_grpc_exporters
2 parents 91086b6 + 0962d71 commit aaa63bc

19 files changed

Lines changed: 122 additions & 88 deletions

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden the runner (Audit all outbound calls)
16-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
16+
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
1717
with:
1818
egress-policy: audit
1919

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Harden the runner (Audit all outbound calls)
58-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
58+
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
5959
with:
6060
egress-policy: audit
6161

0 commit comments

Comments
 (0)