File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
25
25
26
26
- name : Login to GHCR
27
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
27
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
28
28
with :
29
29
# Username used to log in to a Docker registry. If not set then no login will occur
30
30
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 30
30
VERSION : ${{ steps.get_version.outputs.VERSION }}
31
31
32
32
- name : Login to GHCR
33
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
33
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
34
34
with :
35
35
# Username used to log in to a Docker registry. If not set then no login will occur
36
36
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 80
80
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
81
81
with :
82
82
go-version : " 1.23"
83
- - uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
83
+ - uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
84
84
with :
85
85
version : v1.60
You can’t perform that action at this time.
0 commit comments