Release #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions. | |
# See LICENSE.txt for license information. | |
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
name: OZI Checkpoint-only | |
on: | |
pull_request: | |
branches: | |
- '**' | |
permissions: | |
contents: read | |
jobs: | |
checkpoint-cp310-ubuntu-latest: | |
name: checkpoint (Python 3.10 on ubuntu-latest) | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
permissions: | |
id-token: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
disable-sudo: true | |
egress-policy: block | |
allowed-endpoints: > | |
files.pythonhosted.org:443 | |
github.com:443 | |
api.github.com:443 | |
oziproject.dev:443 | |
www.oziproject.dev:443 | |
pypi.org:443 | |
registry.npmjs.org:443 | |
objects.githubusercontent.com:443 | |
fulcio.sigstore.dev:443 | |
rekor.sigstore.dev:443 | |
tuf-repo-cdn.sigstore.dev:443 | |
oauth2.sigstore.dev:443 | |
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5 | |
with: | |
python-version: "3.10" | |
checkpoint-cp310-windows-latest: | |
name: checkpoint (Python 3.10 on windows-latest) | |
runs-on: windows-latest | |
strategy: | |
fail-fast: false | |
permissions: | |
id-token: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
disable-sudo: true | |
egress-policy: block | |
allowed-endpoints: > | |
files.pythonhosted.org:443 | |
github.com:443 | |
api.github.com:443 | |
oziproject.dev:443 | |
www.oziproject.dev:443 | |
pypi.org:443 | |
registry.npmjs.org:443 | |
objects.githubusercontent.com:443 | |
fulcio.sigstore.dev:443 | |
rekor.sigstore.dev:443 | |
tuf-repo-cdn.sigstore.dev:443 | |
oauth2.sigstore.dev:443 | |
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5 | |
with: | |
python-version: "3.10" | |
os: "windows-latest" | |
checkpoint-cp311-ubuntu-latest: | |
name: checkpoint (Python 3.11 on ubuntu-latest) | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
permissions: | |
id-token: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
disable-sudo: true | |
egress-policy: block | |
allowed-endpoints: > | |
files.pythonhosted.org:443 | |
github.com:443 | |
api.github.com:443 | |
oziproject.dev:443 | |
www.oziproject.dev:443 | |
pypi.org:443 | |
registry.npmjs.org:443 | |
objects.githubusercontent.com:443 | |
fulcio.sigstore.dev:443 | |
rekor.sigstore.dev:443 | |
tuf-repo-cdn.sigstore.dev:443 | |
oauth2.sigstore.dev:443 | |
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5 | |
with: | |
python-version: "3.11" | |
checkpoint-cp312-ubuntu-latest: | |
name: checkpoint (Python 3.12 on ubuntu-latest) | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
permissions: | |
id-token: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
disable-sudo: true | |
egress-policy: block | |
allowed-endpoints: > | |
files.pythonhosted.org:443 | |
github.com:443 | |
api.github.com:443 | |
oziproject.dev:443 | |
www.oziproject.dev:443 | |
pypi.org:443 | |
registry.npmjs.org:443 | |
objects.githubusercontent.com:443 | |
fulcio.sigstore.dev:443 | |
rekor.sigstore.dev:443 | |
tuf-repo-cdn.sigstore.dev:443 | |
oauth2.sigstore.dev:443 | |
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 # 1.5.5 | |
with: | |
python-version: "3.12" | |
checkpoint-cp313-ubuntu-latest: | |
name: checkpoint (Python 3.13 on ubuntu-latest) | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
permissions: | |
id-token: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
disable-sudo: true | |
egress-policy: block | |
allowed-endpoints: > | |
files.pythonhosted.org:443 | |
github.com:443 | |
api.github.com:443 | |
oziproject.dev:443 | |
www.oziproject.dev:443 | |
pypi.org:443 | |
registry.npmjs.org:443 | |
objects.githubusercontent.com:443 | |
fulcio.sigstore.dev:443 | |
rekor.sigstore.dev:443 | |
tuf-repo-cdn.sigstore.dev:443 | |
index.crates.io:443 | |
static.crates.io:443 | |
- uses: OZI-Project/checkpoint@f14cac563125e34d106b3a1e0ddb2773062953e5 | |
with: | |
python-version: "3.13" |