File tree 4 files changed +7
-35
lines changed 4 files changed +7
-35
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
14
14
integration-test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ with :
19
+ fetch-depth : 0
18
20
- name : Check secret
19
21
id : checksecret
20
- uses : oliverbaehler /github-actions/exists@8dfd42735c85f6c58d5d4d6f3232cd0e39d1fe73 # v0.1.0
22
+ uses : peak-scale /github-actions/exists@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
21
23
with :
22
24
value : ${{ secrets.CODECOV_TOKEN }}
23
- - uses : actions/setup-go@v4
25
+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
24
26
with :
25
27
go-version : ' 1.19'
26
28
- name : Run integration tests
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 37
37
uses : sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
38
38
- name : Publish with KO
39
39
id : publish
40
- uses : oliverbaehler /github-actions/ko-publish-image@dev # v0.1.0
40
+ uses : peak-scale /github-actions/make- ko-publish@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
41
41
with :
42
42
makefile-target : ko-publish-all
43
43
registry : ghcr.io
Original file line number Diff line number Diff line change 24
24
echo "version=$(echo $VERSION)" >> $GITHUB_OUTPUT
25
25
- name : Helm | Publish
26
26
id : helm_publish
27
- uses : oliverbaehler /github-actions/helm-oci-chart@dev
27
+ uses : peak-scale /github-actions/helm-oci-chart@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
28
28
with :
29
29
registry : ghcr.io
30
30
repository : ${{ github.repository_owner }}/charts
You can’t perform that action at this time.
0 commit comments