Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #313

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #313

Workflow file for this run

name: build
on:
pull_request:
permissions: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
image:
- aws-auth
- github-issue-opener
- image-copy-ecr
- image-copy-gcp
- image-diff
- jira-issue-opener
- slack-webhook
- tag-history
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: ${{ matrix.image }}/go.mod
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- uses: chainguard-dev/actions/setup-registry@main
- working-directory: ${{ matrix.image }}
run: |
KO_DOCKER_REPO=localhost:1338/test ko build --image-refs=ko.images --bare .
echo "KO build $(cat ko.images)"