File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout code
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
22
22
- name : Set up Go
23
- uses : actions/setup-go@v5
23
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
24
24
with :
25
25
go-version : ' 1.24.1'
26
26
cache : false
@@ -39,14 +39,14 @@ jobs:
39
39
go test -v -coverprofile=coverage.out ./...
40
40
41
41
- name : Upload coverage reports to Codecov
42
- uses : codecov/codecov-action@v5.4.0
42
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
43
43
with :
44
44
files : ./coverage.out
45
45
token : ${{ secrets.CODECOV_TOKEN }}
46
46
47
47
- name : Start minikube
48
48
id : minikube
49
- uses : medyagh/setup-minikube@v0.0.19
49
+ uses : medyagh/setup-minikube@cea33675329b799adccc9526aa5daccc26cd5052 # v0.0.19
50
50
with :
51
51
cpus : 4
52
52
memory : 6000m
55
55
run : kubectl apply -f test
56
56
57
57
- name : Install SSHFS
58
- uses : awalsh128/cache-apt-pkgs-action@v1.4.3
58
+ uses : awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
59
59
with :
60
60
packages : sshfs openssh-client libfuse3-3
61
61
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ builds:
20
20
-X github.com/fenio/pv-mounter/pkg/version.version=
21
21
archives :
22
22
- id : pv-mounter
23
- builds :
23
+ ids :
24
24
- pv-mounter
25
25
name_template : " {{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
26
26
You can’t perform that action at this time.
0 commit comments