Skip to content

build(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 in the action-dependencies group #608

build(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 in the action-dependencies group

build(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 in the action-dependencies group #608

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
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