Skip to content

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0 #168

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0

build(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0 #168

name: Check Copyright Boilerplate
on:
pull_request:
paths:
- '**/*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
show-progress: false
- name: Check Copyright Boilerplate
run: .github/scripts/check_boilerplate.sh