Skip to content

build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the action-dependencies group #719

build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the action-dependencies group

build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the action-dependencies group #719

Workflow file for this run

name: Run Sigstore Signer tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test-sigstore:
runs-on: ubuntu-latest
steps:
- name: Checkout securesystemslib
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
with:
python-version: '3.x'
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox
- run: |
tox -e sigstore