Skip to content

Commit 8124faf

Browse files
chore(deps): update dependencies (patch & digest)
1 parent c46250b commit 8124faf

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/codegen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- id: go-version
19-
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11
19+
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@0f029600dddec8c33a712f6ad5ef77fb97a5eac1 # v1.0.12
2020
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2121
with:
2222
go-version: ${{ steps.go-version.outputs.version }}
2323
- name: Run codegen
2424
run: |
2525
make codegen
2626
- name: Check for changes
27-
uses: opendefensecloud/dev-kit/.github/actions/diff-check@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11
27+
uses: opendefensecloud/dev-kit/.github/actions/diff-check@0f029600dddec8c33a712f6ad5ef77fb97a5eac1 # v1.0.12

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
driver-opts: ${{ env.ACT == 'true' && 'network=host' || '' }}
9494
- name: Login to GHCR
9595
if: ${{ env.ACT != 'true' }}
96-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4
96+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}
@@ -152,7 +152,7 @@ jobs:
152152
push-to-registry: true
153153
- name: Attest provenance
154154
if: ${{ env.ACT != 'true' }}
155-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
155+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4
156156
with:
157157
subject-name: ghcr.io/${{ github.repository_owner }}/${{ matrix.image.name }}
158158
subject-digest: ${{ steps.image.outputs.digest }}

.github/workflows/golang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141
- id: go-version
42-
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11
42+
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@0f029600dddec8c33a712f6ad5ef77fb97a5eac1 # v1.0.12
4343
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
4444
with:
4545
go-version: ${{ steps.go-version.outputs.version }}
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
infile: arc.coverprofile
6969
- name: Coveralls GitHub Action
70-
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
70+
uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8
7171
with:
7272
github-token: ${{ secrets.github_token }}
7373
path-to-lcov: coverage.lcov

.github/workflows/helm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5151

5252
- name: Login to GHCR # required for cosign
53-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4
53+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
find bin -type f ! -name checksums.txt | sort | xargs sha256sum > bin/checksums.txt
5858
5959
- name: Attest build provenance
60-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
60+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4
6161
with:
6262
subject-path: 'bin/arc-*-*' # binaries only; runs before signing so the .sigstore.json bundles are not yet present
6363

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Upload the results to GitHub's code scanning dashboard (optional).
7979
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
8080
- name: "Upload to code-scanning"
81-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
81+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
8282
with:
8383
sarif_file: results.sarif
8484

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- id: go-version
28-
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11
28+
uses: opendefensecloud/dev-kit/.github/actions/get-go-version@0f029600dddec8c33a712f6ad5ef77fb97a5eac1 # v1.0.12
2929
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
3030
with:
3131
go-version: ${{ steps.go-version.outputs.version }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Include ODC common make targets
2-
DEV_KIT_VERSION := v1.0.11
2+
DEV_KIT_VERSION := v1.0.12
33
-include common.mk
44
common.mk:
55
@[ -f .common.mk-download ] || \
@@ -33,7 +33,7 @@ KIND_NODE_IMAGE ?= kindest/node:v$(patsubst v%,%,$(ENVTEST_K8S_VERSION))
3333
KIND_NODE_VERSION := $(lastword $(subst :, ,$(KIND_NODE_IMAGE)))
3434

3535
export ARGO_WORKFLOWS_VERSION := $(shell awk '/^[ \t]+github.com\/argoproj\/argo-workflows/ {print $$2}' go.mod)
36-
export CERTMANAGER_VERSION := v1.21.0
36+
export CERTMANAGER_VERSION := v1.21.1
3737
export TRUSTMANAGER_VERSION := v0.24.0
3838

3939
LICENSE := apache

examples/blob/cluster-workflow-template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
limit: "2"
7777

7878
script:
79-
image: amazon/aws-cli:2.36.8
79+
image: amazon/aws-cli:2.36.18
8080
command: [sh, -c]
8181
volumeMounts:
8282
- &dstSecretMount
@@ -129,7 +129,7 @@ spec:
129129
130130
- name: determine-size-s3
131131
script:
132-
image: amazon/aws-cli:2.36.8
132+
image: amazon/aws-cli:2.36.18
133133
command: [sh, -c]
134134
volumeMounts:
135135
- &srcSecretMount
@@ -211,7 +211,7 @@ spec:
211211
persistentVolumeClaim:
212212
claimName: "{{ workflow.name }}"
213213
script:
214-
image: amazon/aws-cli:2.36.8
214+
image: amazon/aws-cli:2.36.18
215215
command: [sh, -c]
216216
volumeMounts:
217217
- &workDirMount
@@ -255,7 +255,7 @@ spec:
255255
volumes:
256256
- *workDir
257257
script:
258-
image: clamav/clamav-debian:1.5.2-37
258+
image: clamav/clamav-debian:1.5.3
259259
command: ["/bin/bash", "-c"]
260260
volumeMounts:
261261
- *workDirMount
@@ -268,7 +268,7 @@ spec:
268268
volumes:
269269
- *workDir
270270
script:
271-
image: amazon/aws-cli:2.36.8
271+
image: amazon/aws-cli:2.36.18
272272
command: [sh, -c]
273273
volumeMounts:
274274
- *workDirMount

0 commit comments

Comments
 (0)