File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9696 if : ${{ success() && steps.build_and_push.outputs.digest }}
9797 env :
9898 IMAGE_REF : ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }}
99- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
99+ uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
100100 with :
101101 scan-type : ' image'
102102 scanners : ' license'
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Create Release Pull Request or Publish Packages
125125 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
126- uses : changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # @ v1.5.3
126+ uses : changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
127127 with :
128128 publish : yarn changeset tag
129129 env :
@@ -158,7 +158,7 @@ jobs:
158158 run : ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }}
159159 - name : Create kind cluster
160160 if : steps.list-changed.outputs.changed == 'true'
161- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
161+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14 .0
162162 - name : Prepare k8s cluster
163163 if : steps.list-changed.outputs.changed == 'true'
164164 run : |
Original file line number Diff line number Diff line change 2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Install Cosign
30- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
30+ uses : sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
3131
3232 - name : Read chart version
3333 id : vars
Original file line number Diff line number Diff line change 7171 - name : Run Trivy to get an SBOM report of the container
7272 env :
7373 IMAGE_REF : ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }}
74- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
74+ uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
7575 with :
7676 scan-type : ' image'
7777 scanners : ' license'
You can’t perform that action at this time.
0 commit comments