Skip to content

Commit e312262

Browse files
chore(deps): update all dependencies
1 parent 7e1f9aa commit e312262

28 files changed

+465
-413
lines changed

.github/workflows/artifacts.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
7878

7979
- name: Set up Cosign
80-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
80+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
8181
if: ${{ inputs.publish }}
8282

8383
- name: Set image name
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Build and push image
114114
id: build
115-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
115+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
116116
with:
117117
context: .
118118
platforms: linux/amd64,linux/arm64
@@ -206,14 +206,14 @@ jobs:
206206
output: trivy-results.sarif
207207

208208
- name: Upload Trivy scan results as artifact
209-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
209+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
210210
with:
211211
name: "[${{ github.job }}] Trivy scan results"
212212
path: trivy-results.sarif
213213
retention-days: 5
214214

215215
- name: Upload Trivy scan results to GitHub Security tab
216-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
216+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
217217
with:
218218
sarif_file: trivy-results.sarif
219219

@@ -242,7 +242,7 @@ jobs:
242242
version: v3.13.3
243243

244244
- name: Set up Cosign
245-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
245+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
246246
if: inputs.publish && inputs.release
247247

248248
- name: Set chart name
@@ -278,7 +278,7 @@ jobs:
278278
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
279279
280280
- name: Upload chart as artifact
281-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
281+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
282282
with:
283283
name: "[${{ github.job }}] Helm chart"
284284
path: ${{ steps.build.outputs.package }}
@@ -362,14 +362,14 @@ jobs:
362362
output: trivy-results.sarif
363363

364364
- name: Upload Trivy scan results as artifact
365-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
365+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
366366
with:
367367
name: "[${{ github.job }}] Trivy scan results"
368368
path: trivy-results.sarif
369369
retention-days: 5
370370

371371
- name: Upload Trivy scan results to GitHub Security tab
372-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
372+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
373373
with:
374374
sarif_file: trivy-results.sarif
375375

@@ -403,7 +403,7 @@ jobs:
403403
version: v3.13.3
404404

405405
- name: Set up Cosign
406-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
406+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
407407
if: inputs.publish && inputs.release
408408

409409
- name: Set chart name
@@ -436,7 +436,7 @@ jobs:
436436
echo "package=${{ github.workspace }}/${{ env.subchartName }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
437437
438438
- name: Upload chart as artifact
439-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
439+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
440440
with:
441441
name: "[${{ github.job }}] Helm chart"
442442
path: ${{ steps.build.outputs.package }}
@@ -486,13 +486,13 @@ jobs:
486486
output: trivy-results.sarif
487487

488488
- name: Upload Trivy scan results as artifact
489-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
489+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
490490
with:
491491
name: "[${{ github.job }}] Trivy scan results"
492492
path: trivy-results.sarif
493493
retention-days: 5
494494

495495
- name: Upload Trivy scan results to GitHub Security tab
496-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
496+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
497497
with:
498498
sarif_file: trivy-results.sarif

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
20+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2121
with:
2222
go-version-file: '.go-version'
2323

@@ -31,7 +31,7 @@ jobs:
3131
run: make generate-test-coverage
3232

3333
- name: Test Coverage
34-
uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
34+
uses: vladopajic/go-test-coverage@937b863f06595080198d555b7ed3aa474ae5199c # v2.14.1
3535
with:
3636
config: ./.testcoverage.yml
3737
source-dir: ./
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
48+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4949
with:
5050
go-version-file: '.go-version'
5151

@@ -63,12 +63,12 @@ jobs:
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Set up Go
66-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
66+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6767
with:
6868
go-version-file: '.go-version'
6969

7070
- name: Cache licenses
71-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
71+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7272
with:
7373
key: licensei-v2-${{ hashFiles('go.sum') }}
7474
path: |

.github/workflows/config-reloader.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3535

3636
- name: Set up Cosign
37-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
37+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
3838
if: ${{ inputs.publish }}
3939

4040
- name: Set image name
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Build and push config-reloader image
7171
id: build
72-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
72+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
7373
with:
7474
context: images/config-reloader
7575
platforms: linux/amd64,linux/arm64
@@ -123,13 +123,13 @@ jobs:
123123
output: trivy-results.sarif
124124

125125
- name: Upload Trivy scan results as artifact
126-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128128
name: "[${{ github.job }}] Trivy scan results"
129129
path: trivy-results.sarif
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
133+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
134134
with:
135135
sarif_file: trivy-results.sarif

.github/workflows/e2e.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5555

5656
- name: Build and export ${{ matrix.image }}-image
57-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
57+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
5858
with:
5959
context: ${{ matrix.context }}
6060
tags: ${{ matrix.tags }}
@@ -65,7 +65,7 @@ jobs:
6565
outputs: type=docker,dest=/tmp/${{ matrix.output }}
6666

6767
- name: Upload artifact
68-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969
with:
7070
name: e2e-${{ matrix.image }}
7171
path: /tmp/${{ matrix.output }}
@@ -88,7 +88,7 @@ jobs:
8888
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
8989

9090
- name: Download artifact
91-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
91+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9292
with:
9393
pattern: e2e-*
9494
path: /tmp
@@ -105,7 +105,7 @@ jobs:
105105
docker image ls -a
106106
107107
- name: Set up Go
108-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
108+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
109109
with:
110110
go-version-file: '.go-version'
111111

@@ -121,14 +121,14 @@ jobs:
121121
# SHARDS: ${{ matrix.SHARDS }}
122122

123123
- name: Run coverage report
124-
uses: vladopajic/go-test-coverage@992aa9921a42c39d1fe0015d32593f0820589586 # v2.13.0
124+
uses: vladopajic/go-test-coverage@937b863f06595080198d555b7ed3aa474ae5199c # v2.14.1
125125
with:
126126
profile: ./build/_test_coverage/coverage_e2e.out
127127
source-dir: ./
128128

129129
- name: Archive Test Results
130130
if: always()
131-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
131+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132132
with:
133133
name: go-e2e-test-cluster-logs
134134
path: build/_test
@@ -148,7 +148,7 @@ jobs:
148148
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
149149

150150
- name: Download artifact
151-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
151+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
152152
with:
153153
pattern: e2e-*
154154
path: /tmp
@@ -203,7 +203,7 @@ jobs:
203203
204204
- name: Archive Test Results
205205
if: always()
206-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
206+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
207207
with:
208208
name: script-e2e-test-cluster-logs-${{ matrix.kube }}
209209
path: build/_test

.github/workflows/fluentd-drain-watch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3636

3737
- name: Set up Cosign
38-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
38+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
3939
if: ${{ inputs.publish }}
4040

4141
- name: Set image name
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Build and push fluentd-drain-watch image
7272
id: build
73-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
73+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
7474
with:
7575
context: images/fluentd-drain-watch
7676
platforms: linux/amd64,linux/arm64
@@ -124,13 +124,13 @@ jobs:
124124
output: trivy-results.sarif
125125

126126
- name: Upload Trivy scan results as artifact
127-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
127+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128128
with:
129129
name: "[${{ github.job }}] Trivy scan results"
130130
path: trivy-results.sarif
131131
retention-days: 5
132132

133133
- name: Upload Trivy scan results to GitHub Security tab
134-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
134+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
135135
with:
136136
sarif_file: trivy-results.sarif

.github/workflows/fluentd-images.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Build and push fluentd-${{ matrix.image-type }}-${{ matrix.platform }} image
120120
id: build
121-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
121+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
122122
with:
123123
context: images/fluentd
124124
platforms: ${{ matrix.platform }}
@@ -144,14 +144,14 @@ jobs:
144144
output: trivy-results.sarif
145145

146146
- name: Upload Trivy scan results as artifact
147-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
147+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148148
with:
149149
name: "[${{ github.job }}-${{ matrix.image-type }}-${{ env.PLATFORM }}] Trivy scan results"
150150
path: trivy-results.sarif
151151
retention-days: 5
152152

153153
- name: Upload Trivy scan results to GitHub Security tab
154-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
154+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
155155
with:
156156
sarif_file: trivy-results.sarif
157157

@@ -202,7 +202,7 @@ jobs:
202202
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
203203

204204
- name: Set up Cosign
205-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
205+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
206206

207207
- name: Set image name
208208
id: image-name
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Build and push fluentd-${{ matrix.image-type }}-${{ matrix.platform }} image
230230
id: build
231-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
231+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
232232
with:
233233
context: images/fluentd
234234
platforms: ${{ matrix.platform }}
@@ -248,7 +248,7 @@ jobs:
248248
echo "PLATFORM=${platform//\//-}" >> $GITHUB_ENV
249249
250250
- name: Upload digest
251-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
251+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
252252
with:
253253
name: digests-${{ matrix.image-type }}-${{ env.PLATFORM }}
254254
path: /tmp/digests/*
@@ -302,7 +302,7 @@ jobs:
302302
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
303303

304304
- name: Set up Cosign
305-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
305+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
306306

307307
- name: Login to GitHub Container Registry
308308
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -312,7 +312,7 @@ jobs:
312312
password: ${{ github.token }}
313313

314314
- name: Download digests
315-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
316316
with:
317317
path: /tmp/digests
318318
pattern: digests-${{ matrix.image-type }}-*
@@ -387,13 +387,13 @@ jobs:
387387
output: trivy-results.sarif
388388

389389
- name: Upload Trivy scan results as artifact
390-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
390+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
391391
with:
392392
name: "[${{ github.job }}-${{ matrix.image-type }}] Trivy scan results"
393393
path: trivy-results.sarif
394394
retention-days: 5
395395

396396
- name: Upload Trivy scan results to GitHub Security tab
397-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
397+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
398398
with:
399399
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)