Skip to content

Bump chainguard-dev/common/infra from 0.6.96 to 0.6.97 in /modules/app in the all group #716

Bump chainguard-dev/common/infra from 0.6.96 to 0.6.97 in /modules/app in the all group

Bump chainguard-dev/common/infra from 0.6.96 to 0.6.97 in /modules/app in the all group #716

Workflow file for this run

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Boilerplate
on:
pull_request:
branches:
- 'main'
jobs:
check:
permissions:
contents: read
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
- yaml
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
- extension: yaml
language: YAML
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: chainguard-dev/actions/boilerplate@main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}
exclude: pkg/webhook/testdata