44 pull_request :
55 types : [opened, synchronize, reopened, ready_for_review]
66 paths-ignore :
7- - .mailmap
87 - ' **.md'
9- - AUTHORS
8+ - ' **.nix'
9+ - eslint.config.mjs
10+ - ' **/eslint.config_partial.mjs'
11+ - android-configure
12+ - android-configure.py
13+ - android-patches/**
14+ - benchmarks/**
15+ - codecov.yml
1016 - doc/**
17+ - pyproject.yml
18+ - tsconfig.json
1119 - test/internet/**
12- - .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+ - .**
1330 - ' !.github/workflows/build-tarball.yml'
1431 push :
1532 branches :
1633 - main
1734 - v[0-9]+.x-staging
1835 - v[0-9]+.x
1936 paths-ignore :
20- - .mailmap
2137 - ' **.md'
22- - AUTHORS
38+ - ' **.nix'
39+ - eslint.config.mjs
40+ - ' **/eslint.config_partial.mjs'
41+ - android-configure
42+ - android-configure.py
43+ - android-patches/**
44+ - benchmarks/**
45+ - codecov.yml
2346 - doc/**
47+ - pyproject.yml
48+ - tsconfig.json
2449 - test/internet/**
25- - .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+ - .**
2660 - ' !.github/workflows/build-tarball.yml'
2761
2862concurrency :
@@ -42,11 +76,11 @@ jobs:
4276 if : github.event.pull_request.draft == false
4377 runs-on : ubuntu-24.04
4478 steps :
45- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
79+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4680 with :
4781 persist-credentials : false
4882 - name : Set up Python ${{ env.PYTHON_VERSION }}
49- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
83+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
5084 with :
5185 python-version : ${{ env.PYTHON_VERSION }}
5286 allow-prereleases : true
72106 CXX : sccache clang++-19
73107 SCCACHE_GHA_ENABLED : ' true'
74108 steps :
75- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
109+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
76110 with :
77111 persist-credentials : false
78112 sparse-checkout : .github/actions/install-clang
@@ -82,14 +116,14 @@ jobs:
82116 with :
83117 clang-version : ${{ env.CLANG_VERSION }}
84118 - name : Set up Python ${{ env.PYTHON_VERSION }}
85- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
119+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
86120 with :
87121 python-version : ${{ env.PYTHON_VERSION }}
88122 allow-prereleases : true
89123 - name : Set up sccache
90124 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
91125 with :
92- version : v0.10 .0
126+ version : v0.12 .0
93127 - name : Environment Information
94128 run : npx envinfo
95129 - name : Download tarball
0 commit comments