Skip to content

chore(deps): update actions/checkout action to v4.2.0 #912

chore(deps): update actions/checkout action to v4.2.0

chore(deps): update actions/checkout action to v4.2.0 #912

Workflow file for this run

name: PR Check
on:
pull_request: {}
push:
branches:
- master
jobs:
lint:
name: Run static checks
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
name: Run make lint
with:
entrypoint: sh
args: -c "git config --global --add safe.directory /github/workspace && make lint"