44 pull_request :
55 types : [opened, synchronize, reopened, ready_for_review]
66 paths-ignore :
7- - .mailmap
87 - ' **.md'
98 - ' **.nix'
10- - AUTHORS
9+ - eslint.config.mjs
10+ - ' **/eslint.config_partial.mjs'
11+ - android-configure
12+ - android-configure.py
13+ - android-patches/**
14+ - benchmarks/**
15+ - codecov.yml
1116 - doc/**
17+ - pyproject.yml
18+ - tsconfig.json
1219 - test/internet/**
13- - .github/**
20+ - tools/actions/**
21+ - tools/bootstrap/**
22+ - tools/dep_updaters/**
23+ - tools/doc/**
24+ - tools/eslint-rules/**
25+ - tools/eslint/**
26+ - tools/lint-md/**
27+ - typings/**
28+ - vcbuild.bat
29+ - .**
1430 - ' !.github/workflows/build-tarball.yml'
1531 push :
1632 branches :
1733 - main
1834 - v[0-9]+.x-staging
1935 - v[0-9]+.x
2036 paths-ignore :
21- - .mailmap
2237 - ' **.md'
2338 - ' **.nix'
24- - AUTHORS
39+ - eslint.config.mjs
40+ - ' **/eslint.config_partial.mjs'
41+ - android-configure
42+ - android-configure.py
43+ - android-patches/**
44+ - benchmarks/**
45+ - codecov.yml
2546 - doc/**
47+ - pyproject.yml
48+ - tsconfig.json
2649 - test/internet/**
27- - .github/**
50+ - tools/actions/**
51+ - tools/bootstrap/**
52+ - tools/dep_updaters/**
53+ - tools/doc/**
54+ - tools/eslint-rules/**
55+ - tools/eslint/**
56+ - tools/lint-md/**
57+ - typings/**
58+ - vcbuild.bat
59+ - .**
2860 - ' !.github/workflows/build-tarball.yml'
2961
3062concurrency :
@@ -44,11 +76,11 @@ jobs:
4476 if : github.event.pull_request.draft == false
4577 runs-on : ubuntu-24.04
4678 steps :
47- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
79+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4880 with :
4981 persist-credentials : false
5082 - name : Set up Python ${{ env.PYTHON_VERSION }}
51- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
83+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
5284 with :
5385 python-version : ${{ env.PYTHON_VERSION }}
5486 allow-prereleases : true
74106 CXX : sccache clang++-19
75107 SCCACHE_GHA_ENABLED : ' true'
76108 steps :
77- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
109+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
78110 with :
79111 persist-credentials : false
80112 sparse-checkout : .github/actions/install-clang
84116 with :
85117 clang-version : ${{ env.CLANG_VERSION }}
86118 - name : Set up Python ${{ env.PYTHON_VERSION }}
87- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
119+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
88120 with :
89121 python-version : ${{ env.PYTHON_VERSION }}
90122 allow-prereleases : true
0 commit comments