File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
cache-to : type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
104
104
105
105
- name : Generate SBOM
106
- uses : anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
106
+ uses : anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
107
107
with :
108
108
image : ${{ env.IMAGE_TAG }}
109
109
artifact-name : sbom-${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change 81
81
check-latest : true
82
82
83
83
- name : Set up chart-testing
84
- uses : helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
84
+ uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
85
85
86
86
- name : Set up Docker Buildx
87
87
id : buildx
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : Create kind cluster
114
114
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
116
116
with :
117
117
cluster_name : ct-${{ steps.short-sha.outputs.sha }}
118
118
You can’t perform that action at this time.
0 commit comments