Skip to content

Bump actions/cache from 4.3.0 to 5.0.1 #2465

Bump actions/cache from 4.3.0 to 5.0.1

Bump actions/cache from 4.3.0 to 5.0.1 #2465

Workflow file for this run

name: global
on:
pull_request:
release:
types: [ published ]
permissions:
contents: read
jobs:
copyright:
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
if: ${{ !github.event.repository.private }}
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Checkout devtools
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files