Skip to content

chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 #471

chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0

chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 #471

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: make setup
- run: make test
- run: git diff
- uses: codecov/codecov-action@v4
with:
file: ./coverage.txt