Skip to content

build(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.9.5 to 1.10.3 #2214

build(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.9.5 to 1.10.3

build(deps): bump github.com/sigstore/sigstore/pkg/signature/kms/aws from 1.9.5 to 1.10.3 #2214

Workflow file for this run

---
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check kind labels
runs-on: ubuntu-latest
steps:
- uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65
with:
prefix_mode: true
one_of: "kind/"
repo_token: ${{ secrets.GITHUB_TOKEN }}