Skip to content

Bump codecov/codecov-action from 4.1.0 to 5.5.1 #1612

Bump codecov/codecov-action from 4.1.0 to 5.5.1

Bump codecov/codecov-action from 4.1.0 to 5.5.1 #1612

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: chainguard-dev/actions/boilerplate@main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}