File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
check-latest : true
29
29
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
31
+ uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
32
32
with :
33
33
only-new-issues : true
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
version : latest
183
183
platforms : ${{ env.PLATFORMS }}
184
184
- name : Login to GitHub Container Registry
185
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
185
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
186
186
with :
187
187
username : ${{ secrets.DOCKERHUB_USERNAME }}
188
188
password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 60
60
61
61
- name : Scan image with AquaSec/Trivy
62
62
id : scan
63
- uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
63
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30 .0
64
64
with :
65
65
image-ref : registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
66
66
format : ' sarif'
Original file line number Diff line number Diff line change 70
70
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
71
72
72
- name : Login to GitHub Container Registry
73
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
73
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
74
74
with :
75
75
username : ${{ secrets.DOCKERHUB_USERNAME }}
76
76
password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments