Skip to content

Commit c46d6ca

Browse files
authored
Merge branch 'main' into upgrade-sarama-v1.38.1
2 parents 90ddffc + 43c29a0 commit c46d6ca

29 files changed

+129
-66
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
19+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git fetch --prune --unshallow --tags
3030
31-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
31+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3232
with:
3333
go-version: 1.20.x
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: build binaries for ${{ matrix.platform.name }}
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
37+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
3838
with:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
git fetch --prune --unshallow --tags
4848
49-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
49+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
5050
with:
5151
go-version: 1.20.x
5252

.github/workflows/ci-cassandra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
name: ${{ matrix.version.distribution }} ${{ matrix.version.major }}
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
31+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
3232
with:
3333
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3434

3535
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3636

37-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
37+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3838
with:
3939
go-version: 1.20.x
4040

.github/workflows/ci-crossdock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
20+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2121
with:
2222
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2323

@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git fetch --prune --unshallow --tags
3131
32-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
32+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3333
with:
3434
go-version: 1.20.x
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
20+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2121
with:
2222
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2323

@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git fetch --prune --unshallow --tags
3131
32-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
32+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3333
with:
3434
go-version: 1.20.x
3535

.github/workflows/ci-elasticsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: ${{ matrix.version.distribution }} ${{ matrix.version.major }}
3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
32+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
3333
with:
3434
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3535

@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
git fetch --prune --unshallow --tags
4343
44-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
44+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
4545
with:
4646
go-version: 1.20.x
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
19+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

2323
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2424

25-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
25+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
2626
with:
2727
go-version: 1.20.x
2828

.github/workflows/ci-hotrod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
19+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git fetch --prune --unshallow --tags
3030
31-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
31+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
3232
with:
3333
go-version: 1.20.x
3434

.github/workflows/ci-kafka.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
19+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

2323
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2424

25-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
25+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
2626
with:
2727
go-version: 1.20.x
2828

.github/workflows/ci-opensearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: ${{ matrix.version.distribution }} ${{ matrix.version.major }}
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
29+
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
3030
with:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
git fetch --prune --unshallow --tags
4040
41-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
41+
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
4242
with:
4343
go-version: 1.20.x
4444

0 commit comments

Comments
 (0)