Skip to content

build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 in the gh-actions group #360

build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 in the gh-actions group

build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 in the gh-actions group #360

Workflow file for this run

name: Build and test PR
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # ratchet:actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: Setup Test
run: |
make kubebuilder
- name: Test Go
run: |
make test