File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 go-version-file : go.mod
2828 - name : Run golangci-lint
29- uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
29+ uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3030 with :
3131 version : v1.54
3232 args : --timeout 10m --exclude SA5011 --verbose --issues-exit-code=0
@@ -109,7 +109,7 @@ jobs:
109109 cache-to : type=gha,mode=max
110110
111111 - name : Run Trivy vulnerability scanner
112- uses : aquasecurity/trivy-action@0.24 .0
112+ uses : aquasecurity/trivy-action@0.29 .0
113113 with :
114114 image-ref : ' quay.io/jetstack/version-checker:${{github.sha}}'
115115 format : ' table'
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Creating PR
137137 if : startsWith(github.ref, 'refs/tags/')
138- uses : peter-evans/create-pull-request@v6
138+ uses : peter-evans/create-pull-request@v7
139139 with :
140140 token : ${{ secrets.JETSTACK_CHARTS_PAT }}
141141 title : " Release version-checker ${{github.ref_name }}"
You can’t perform that action at this time.
0 commit comments