Skip to content

Commit cbb6be6

Browse files
committed
fix workflows
1 parent 626e781 commit cbb6be6

File tree

4 files changed

+7
-35
lines changed

4 files changed

+7
-35
lines changed

.github/workflows/codecov.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
integration-test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+
with:
19+
fetch-depth: 0
1820
- name: Check secret
1921
id: checksecret
20-
uses: oliverbaehler/github-actions/exists@8dfd42735c85f6c58d5d4d6f3232cd0e39d1fe73 # v0.1.0
22+
uses: peak-scale/github-actions/exists@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
2123
with:
2224
value: ${{ secrets.CODECOV_TOKEN }}
23-
- uses: actions/setup-go@v4
25+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2426
with:
2527
go-version: '1.19'
2628
- name: Run integration tests

.github/workflows/docker-build.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
3838
- name: Publish with KO
3939
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
4141
with:
4242
makefile-target: ko-publish-all
4343
registry: ghcr.io

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "version=$(echo $VERSION)" >> $GITHUB_OUTPUT
2525
- name: Helm | Publish
2626
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
2828
with:
2929
registry: ghcr.io
3030
repository: ${{ github.repository_owner }}/charts

0 commit comments

Comments
 (0)