Skip to content

ci: pin actions version commits and add verified creator notes #133

ci: pin actions version commits and add verified creator notes

ci: pin actions version commits and add verified creator notes #133

Workflow file for this run

name: License headers
on: [ pull_request ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
# Verified creator: https://github.com/marketplace/actions/checkout
# GitHub Action for checking out a repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check license headers
run: |
./.github/check-license-headers.sh