Skip to content

Commit 785a534

Browse files
committedMar 14, 2025·
pinned deps and goreleaser updates
1 parent 496ab5c commit 785a534

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/workflows/test.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2424
with:
2525
go-version: '1.24.1'
2626
cache: false
@@ -39,14 +39,14 @@ jobs:
3939
go test -v -coverprofile=coverage.out ./...
4040
4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v5.4.0
42+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
4343
with:
4444
files: ./coverage.out
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646

4747
- name: Start minikube
4848
id: minikube
49-
uses: medyagh/setup-minikube@v0.0.19
49+
uses: medyagh/setup-minikube@cea33675329b799adccc9526aa5daccc26cd5052 # v0.0.19
5050
with:
5151
cpus: 4
5252
memory: 6000m
@@ -55,7 +55,7 @@ jobs:
5555
run: kubectl apply -f test
5656

5757
- name: Install SSHFS
58-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
58+
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
5959
with:
6060
packages: sshfs openssh-client libfuse3-3
6161

‎.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
-X github.com/fenio/pv-mounter/pkg/version.version=
2121
archives:
2222
- id: pv-mounter
23-
builds:
23+
ids:
2424
- pv-mounter
2525
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
2626

0 commit comments

Comments
 (0)
Please sign in to comment.