File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
32
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
33
33
with :
34
34
go-version : ' 1.23'
35
35
- name : golangci-lint
36
- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
36
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
37
37
with :
38
38
version : v1.62.2
39
39
build :
50
50
with :
51
51
fetch-depth : 0
52
52
- name : Install go
53
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
53
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
54
54
with :
55
55
go-version : 1.23
56
56
- name : Set up Docker Buildx
78
78
- name : Checkout repository
79
79
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
80
80
- name : Install go
81
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
81
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
82
82
with :
83
83
go-version : 1.23
84
84
- name : Install helm
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
53
53
- name : Set up Docker Buildx
54
54
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
55
55
- name : Log in to the Container registry
56
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
56
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
57
57
with :
58
58
registry : ${{ env.REGISTRY }}
59
59
username : ${{ env.DOCKER_USERNAME || vars.REPO }}
60
60
password : ${{ env.DOCKER_PASSWORD || secrets.DOCKER_PW }}
61
61
- name : Build and push BRO image
62
62
env :
63
63
FULL_IMAGE_URL : " ${{ env.REGISTRY }}/${{ vars.REPO || env.REPO || github.repository_owner }}/backup-restore-operator"
64
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
64
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
65
65
with :
66
66
context : .
67
67
file : ./package/Dockerfile
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
with :
28
28
fetch-depth : 0
29
29
- run : git fetch --force --tags
30
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
30
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
31
31
with :
32
32
go-version : 1.23
33
33
- name : Package release helm charts
34
34
run : make package-helm
35
35
- run : mkdir -p ./build/artifacts/ && mv -v ./dist/artifacts/ ./build/
36
- - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
36
+ - uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
37
37
with :
38
38
distribution : goreleaser
39
39
version : latest
@@ -62,13 +62,13 @@ jobs:
62
62
- name : Set up Docker Buildx
63
63
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
64
64
- name : Log in to the Container registry
65
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
65
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
66
66
with :
67
67
registry : ${{ env.REGISTRY }}
68
68
username : ${{ env.DOCKER_USERNAME }}
69
69
password : ${{ env.DOCKER_PASSWORD }}
70
70
- name : Build and push BRO image
71
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
71
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
72
72
with :
73
73
context : .
74
74
file : ./package/Dockerfile
You can’t perform that action at this time.
0 commit comments