Skip to content

build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.3 #2061

build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.3

build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.3 #2061

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- closed
issue_comment:
types:
- created
jobs:
sync:
runs-on: ubuntu-latest
# Avoid running on issue comments
if: github.repository == 'philips-software/philips-backstage-plugins' && ( github.event.pull_request || github.event.issue.pull_request )
steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- name: PR sync
uses: backstage/actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
app-id: ${{ secrets.BACKSTAGE_BOT_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_BOT_PRIVATE_KEY }}
installation-id: ${{ secrets.BACKSTAGE_BOT_INSTALLATION_ID }}
auto-assign: false