Skip to content

[DO NOT MERGE]: hashicorp/vault-plugin-auth-gcp Automated plugin update check #13529

[DO NOT MERGE]: hashicorp/vault-plugin-auth-gcp Automated plugin update check

[DO NOT MERGE]: hashicorp/vault-plugin-auth-gcp Automated plugin update check #13529

Workflow file for this run

name: Check Copywrite Headers
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
- release/**
jobs:
copywrite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
name: Setup Copywrite
with:
version: v0.16.4
archive-checksum: c299f830e6eef7e126a3c6ef99ac6f43a3c132d830c769e0d36fa347fa1af254
- name: Check Header Compliance
run: make ci-copywriteheaders
permissions:
contents: read