Skip to content

Bump sigstore/cosign-installer from 9becc617647dfa20ae7b1151972e9b3a2c338a2b to 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #219

Bump sigstore/cosign-installer from 9becc617647dfa20ae7b1151972e9b3a2c338a2b to 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20

Bump sigstore/cosign-installer from 9becc617647dfa20ae7b1151972e9b3a2c338a2b to 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #219

Workflow file for this run

# Assign PR to Author
# https://github.com/samspills/assign-pr-to-author
name: Auto Assign PR
on:
pull_request:
types: [opened]
jobs:
assignAuthor:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Auto Assign PR
uses: samspills/assign-pr-to-author@b313feb250ff414d3aff26525b986f080ee7bd7a
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'