Skip to content

Bump github.com/sigstore/cosign from 1.13.1 to 1.13.6 #811

Bump github.com/sigstore/cosign from 1.13.1 to 1.13.6

Bump github.com/sigstore/cosign from 1.13.1 to 1.13.6 #811

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/[email protected]