Skip to content

Commit f8d219a

Browse files
authored
Merge branch 'main' into upgrade-sarama-v1.38.1
2 parents 46f6368 + 13fa044 commit f8d219a

17 files changed

+17
-17
lines changed

.github/workflows/ci-all-in-one-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

23-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2424
with:
2525
submodules: true
2626

.github/workflows/ci-build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

41-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
41+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
4242
with:
4343
submodules: true
4444

.github/workflows/ci-cassandra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3434

35-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
35+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3636

3737
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3838
with:

.github/workflows/ci-crossdock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2323

24-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
24+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2525
with:
2626
submodules: true
2727

.github/workflows/ci-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2323

24-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
24+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2525
with:
2626
submodules: true
2727

.github/workflows/ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3535

36-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
36+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3737
with:
3838
submodules: true
3939

.github/workflows/ci-grpc-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

23-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2424

2525
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
2626
with:

.github/workflows/ci-hotrod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

23-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2424
with:
2525
submodules: true
2626

.github/workflows/ci-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

23-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2424

2525
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
2626
with:

.github/workflows/ci-opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

33-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
33+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3434
with:
3535
submodules: true
3636

0 commit comments

Comments
 (0)