Files
com.tailscale.ipn/.github/workflows/license-headers.yml
T
Mario MinardiandGitHub 89e7be0a46 .github/workflows: pin GitHub action versions (#631)
Pin versions of GitHub actions that are used in our workflows.

Bumps an instance of actions/checkout from v3.x to v4.x.

Bumps actions/setup-java from v3.x to v4.x.

Updates #cleanup

Signed-off-by: Mario Minardi <mario@tailscale.com>
2025-04-02 19:25:27 -06:00

20 lines
412 B
YAML

on:
push:
branches:
- "main"
- "release-branch/*"
pull_request:
# all PRs on all branches
merge_group:
branches:
- "main"
jobs:
license_headers:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: check license headers
run: ./scripts/check_license_headers.sh .