4646 # reproducible: to get the same tools versions (autoconf, aclocal, ...)
4747 runs-on : ubuntu-24.04
4848 container :
49- image : ghcr.io/python/autoconf:2024.11.11.11786316759
49+ image : ghcr.io/python/autoconf:2025.01.02.12581854023
5050 timeout-minutes : 60
5151 needs : check_source
5252 if : needs.check_source.outputs.run_tests == 'true'
@@ -58,11 +58,12 @@ jobs:
5858 - uses : actions/checkout@v4
5959 with :
6060 fetch-depth : 1
61+ persist-credentials : false
6162 - name : Runner image version
6263 run : echo "IMAGE_VERSION=${ImageVersion}" >> "$GITHUB_ENV"
6364 - name : Check Autoconf and aclocal versions
6465 run : |
65- grep "Generated by GNU Autoconf 2.71 " configure
66+ grep "Generated by GNU Autoconf 2.72 " configure
6667 grep "aclocal 1.16.5" aclocal.m4
6768 grep -q "runstatedir" configure
6869 grep -q "PKG_PROG_PKG_CONFIG" aclocal.m4
9495 if : needs.check_source.outputs.run_tests == 'true'
9596 steps :
9697 - uses : actions/checkout@v4
98+ with :
99+ persist-credentials : false
97100 - uses : actions/setup-python@v5
98101 with :
99102 python-version : ' 3.x'
@@ -268,6 +271,8 @@ jobs:
268271 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
269272 steps :
270273 - uses : actions/checkout@v4
274+ with :
275+ persist-credentials : false
271276 - name : Runner image version
272277 run : echo "IMAGE_VERSION=${ImageVersion}" >> "$GITHUB_ENV"
273278 - name : Restore config.cache
@@ -328,6 +333,8 @@ jobs:
328333 PYTHONSTRICTEXTENSIONBUILD : 1
329334 steps :
330335 - uses : actions/checkout@v4
336+ with :
337+ persist-credentials : false
331338 - name : Register gcc problem matcher
332339 run : echo "::add-matcher::.github/problem-matchers/gcc.json"
333340 - name : Install Dependencies
@@ -411,7 +418,7 @@ jobs:
411418 #
412419 # (GH-104097) test_sysconfig is skipped because it has tests that are
413420 # failing when executed from inside a virtual environment.
414- ${{ env. VENV_PYTHON }} -m test \
421+ "${ VENV_PYTHON}" -m test \
415422 -W \
416423 -o \
417424 -j4 \
@@ -446,6 +453,8 @@ jobs:
446453 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
447454 steps :
448455 - uses : actions/checkout@v4
456+ with :
457+ persist-credentials : false
449458 - name : Runner image version
450459 run : echo "IMAGE_VERSION=${ImageVersion}" >> "$GITHUB_ENV"
451460 - name : Restore config.cache
0 commit comments