|
11 | 11 | - 'main' |
12 | 12 | - '3.*' |
13 | 13 |
|
14 | | -permissions: {} |
| 14 | +permissions: |
| 15 | + contents: read |
15 | 16 |
|
16 | 17 | concurrency: |
17 | 18 | # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency |
@@ -290,7 +291,7 @@ jobs: |
290 | 291 | # Keep 1.1.1w in our list despite it being upstream EOL and otherwise |
291 | 292 | # unsupported as it most resembles other 1.1.1-work-a-like ssl APIs |
292 | 293 | # supported by important vendors such as AWS-LC. |
293 | | - openssl_ver: [1.1.1w, 3.0.19, 3.3.6, 3.4.4, 3.5.5, 3.6.1] |
| 294 | + openssl_ver: [1.1.1w, 3.0.20, 3.3.7, 3.4.5, 3.5.6, 3.6.2] |
294 | 295 | # See Tools/ssl/make_ssl_data.py for notes on adding a new version |
295 | 296 | env: |
296 | 297 | OPENSSL_VER: ${{ matrix.openssl_ver }} |
@@ -365,7 +366,7 @@ jobs: |
365 | 366 | needs: build-context |
366 | 367 | if: needs.build-context.outputs.run-ubuntu == 'true' |
367 | 368 | env: |
368 | | - OPENSSL_VER: 3.0.18 |
| 369 | + OPENSSL_VER: 3.0.20 |
369 | 370 | PYTHONSTRICTEXTENSIONBUILD: 1 |
370 | 371 | steps: |
371 | 372 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
@@ -472,7 +473,7 @@ jobs: |
472 | 473 | matrix: |
473 | 474 | os: [ubuntu-24.04] |
474 | 475 | env: |
475 | | - OPENSSL_VER: 3.0.18 |
| 476 | + OPENSSL_VER: 3.0.20 |
476 | 477 | PYTHONSTRICTEXTENSIONBUILD: 1 |
477 | 478 | ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0 |
478 | 479 | steps: |
@@ -540,6 +541,7 @@ jobs: |
540 | 541 | needs.build-context.outputs.run-ci-fuzz == 'true' |
541 | 542 | || needs.build-context.outputs.run-ci-fuzz-stdlib == 'true' |
542 | 543 | permissions: |
| 544 | + contents: read |
543 | 545 | security-events: write |
544 | 546 | strategy: |
545 | 547 | fail-fast: false |
|
0 commit comments