Skip to content

Commit dfc9678

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1af2678 commit dfc9678

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
104104

105105
- name: Generate SBOM
106-
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
106+
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
107107
with:
108108
image: ${{ env.IMAGE_TAG }}
109109
artifact-name: sbom-${{ env.IMAGE_NAME }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Create kind cluster
114114
if: steps.list-changed.outputs.changed == 'true'
115-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
115+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
116116
with:
117117
cluster_name: ct-${{ steps.short-sha.outputs.sha }}
118118

0 commit comments

Comments
 (0)