Skip to content

chore(deps): Bump step-security/harden-runner from 2.14.0 to 2.15.1 #385

chore(deps): Bump step-security/harden-runner from 2.14.0 to 2.15.1

chore(deps): Bump step-security/harden-runner from 2.14.0 to 2.15.1 #385

Workflow file for this run

name: pytest
on:
pull_request:
branches: [ "main" ]
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
- name: Run tests
run: |
uv run pytest