Skip to content

chore(deps): update module github.com/sigstore/sigstore-go to v1.2.1 [security] (main) #618

chore(deps): update module github.com/sigstore/sigstore-go to v1.2.1 [security] (main)

chore(deps): update module github.com/sigstore/sigstore-go to v1.2.1 [security] (main) #618

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
jobs:
checklist-completed:
permissions:
pull-requests: read # for reading PR checklist
if: github.actor != 'crossplane-renovate[bot]'
runs-on: ubuntu-24.04
steps:
- uses: mheap/require-checklist-action@9c8100a52aa9726d4648e61aa92415f6c843c990 # v2
with:
# The checklist must _exist_ and be filled out.
requireChecklist: true
# Only check the PR description, ignore checklists in comments.
skipComments: true