Skip to content

Bump chainguard-dev/common/infra from 0.8.0 to 0.8.1 in /iac in the all group #158

Bump chainguard-dev/common/infra from 0.8.0 to 0.8.1 in /iac in the all group

Bump chainguard-dev/common/infra from 0.8.0 to 0.8.1 in /iac in the all group #158

Workflow file for this run

# Copyright 2024 The Sigstore Authors
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
if: github.repository == 'sigstore/sigstore-devops-tools'
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: './go.mod'
check-latest: true
- name: build get-oncall
run: go build -o get-oncall ./cmd/get_oncall