Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade setup-ko to point to new repo #2225

Merged
merged 1 commit into from Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
check-latest: true

# will use the latest release available for ko
- uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4
- uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa

- name: Set up Cloud SDK
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712 # v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-oidc.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: true

# Install tools.
- uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4
- uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa

- name: build cosign from the HEAD
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-verify-attestation.yaml
Expand Up @@ -51,7 +51,7 @@ jobs:
check-latest: true

# will use the latest release available for ko
- uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4
- uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa

- name: Install yq
uses: mikefarah/yq@3d11b0545dbc0712c2045dc9e8b6c95b298e824e # v4.25.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- uses: imjasonh/setup-ko@78eea08f10db87a7a23a666a4a6fe2734f2eeb8d # v0.4
- uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
- name: setup kind cluster
run: |
# Used to test: cosign generate-key-pair k8s://...
Expand Down