Skip to content

build(deps): bump github.com/sigstore/cosign/v2 from 2.2.0 to 2.2.1 #1797

build(deps): bump github.com/sigstore/cosign/v2 from 2.2.0 to 2.2.1

build(deps): bump github.com/sigstore/cosign/v2 from 2.2.0 to 2.2.1 #1797

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: true
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v3.0.0
with:
go-version: '1.21'
check-latest: true
- name: Initialize CodeQL
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
with:
languages: go
- name: build
run: make apko
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99