Skip to content

build(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.1 #200

build(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.1

build(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.1 #200

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
assign-owner:
permissions:
contents: read # for kentaro-m/auto-assign-action to fetch config file
pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
with:
configuration-path: '.github/auto-assign.yml'