Skip to content

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

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 #690

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/codecov-action@v3.1.4