File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
- name : Checkout repository
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Log in to the Container registry
27
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
27
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
28
28
with :
29
29
registry : ${{ env.REGISTRY }}
30
30
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version-file : go.mod
23
23
cache : false # golangci/golangci-lint-action maintains its own cache
24
- - uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
24
+ - uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
25
25
with :
26
26
version : v1.55.2
27
27
only-new-issues : true
You can’t perform that action at this time.
0 commit comments