Skip to content

build(deps): bump the github-actions group with 3 updates #2130

build(deps): bump the github-actions group with 3 updates

build(deps): bump the github-actions group with 3 updates #2130

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
permissions:
contents: read
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:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: chainguard-dev/actions/boilerplate@9d631658f55713e5f63ca0cc21ee168f81301fd9 # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}