Skip to content

Bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 in the all group #284

Bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 in the all group

Bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 in the all group #284

Workflow file for this run

# Copyright 2023 The OpenVEX Authors
# SPDX-License-Identifier: Apache-2.0
name: Boilerplate
on:
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
check:
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
- extension: yml
language: YAML
steps:
- name: Check out code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: chainguard-dev/actions/boilerplate@main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}